Thank you Vallab. I have imported the mentioned jar files to the project in designer:
apigateway-API.jar
apigateway-runtime-base.jar
apigateway-runtime.jar
axis2-kernel-1.6.2.jar
axis2-transport-all-1.0.0.jar
axis2-transport-local-1.6.2.jar
synapse-commons-2.1.0.jar
synapse-core-2.1.0.jar
synapse-extensions-2.1.0.jar
synapse-nhttp-transport-2.1.0.jar
synapse-securevault-2.1.0.jar
synapse-tasks-2.1.0.jar
I believe apigateway-runtime-base.jar has the class RestMessageContext. However, I get this error:
The source was saved, but was not compiled due to the following errors:
redacted/priv.java:11: error: package com.softwareag.pg.rest does not exist
import com.softwareag.pg.rest.*;
^
1 error
Any suggestions on how to fix this?
#API-Gateway#API-Management#webMethods