Hi, in a previous topic, I asked whether it’s possible to use ‘Invoke webMethods IS’ to call an IS Service. Now I’d like to ask HOW to do it.
First, we have two entities:
The API Gateway located in, for instance, https://apigatewayhost.com:5555
And the Integration Server, located in https://integrationserverhost.com:5555
In our Integration Server, there is a service located in package “testPackage”. If you explore the package’s services, you will find three services (made in form of Flow Services in Designer):
service:firstService
service:secondService (has a string input)
new:thirdService
Now if I want to invoke service:firstService in API Gateway… what do I insert into the webMethods IS Service (in Policies > Request/Response Transforming > Invoke webMethods IS, and in terms of secondService, I’d like the input to be taken from what was submitted from the user that made the request, like a JSON string), and what do I pick for ‘Run As User’?
Thank you. I just have no idea what to look for and what are some examples I could use.
#Integration-Server-and-ESB#API-Gateway#Flow-and-Java-services#API-Management#webMethods