CloudStreams 10.5 | webMethods CloudStreams | webMethods CloudStreams Development | CloudStreams Governance Project | Virtual Services (SOAP) | Invoke IS Service Step (Inbound, SOAP Virtual Service)
 
Invoke IS Service Step (Inbound, SOAP Virtual Service)
An IS (Integration Server) service is a user-defined Integration Server flow service that you can invoke in the In Sequence step to pre-process the request message before it is submitted to the native service. You can create multiple Invoke IS Service steps.
An IS service must be running on the same Integration Server as CloudStreams. It can call out a C++ or Java or .NET function. It can also call other IS services to manipulate the SOAP message.
You can use the following constructs in an IS service:
*Predefined or custom context variables. For more information, see Using Context Variables in the document Administering webMethods CloudStreams.
*The Security API provided by CloudStreams (for SOAP-based services only). For more information, see Using the Security API in IS Services in the document Administering webMethods CloudStreams.
To add the Invoke IS Service step:
1. Click the virtual service name in the CloudStreams Governance view.
2. Right-click In Sequence and click Invoke IS Service.
The Invoke IS Service step is added under the Entry Step. You cannot change the order of the steps.
3. Click Invoke IS Service and complete the following fields in the Properties view.
Name
You can optionally change the step name from Invoke IS Service to any other name. There are no naming restrictions.
Service
The Integration Server service to pre-process the request message before it is submitted to the native service. Click Browse to select a file from your file system.
When you define the IS service, the Pipeline In section of the service should have the following input variables:
*proxy.name: This is the name of the virtual service.
*SOAPEnvelope: This is of the Java type org.apache.axiom.soap.SOAPEnvelope
*MessageContext: CloudStreams will automatically place a MessageContext variable into the pipeline before executing the IS service call. MessageContext is of the Java type org.apache.axis2.context.MessageContext.
Integration Server users can use the Axis2 MessageContext object to manipulate the incoming SOAP request. The Integration Server provides built-in services (the pub.soap.* services) to work with the MessageContext object to get/set/modify the SOAP body, header, properties, etc. Integration Server users should use these services to extract the information they need from the MessageContext to build the necessary business logic.
Users do not need to understand Axis2 or Axiom (the XML object model based on StAX) to work with the SOAP request, because if they are familiar with the Integration Server pub.soap.* services, they can accomplish most of the tasks. For more information about these related Integration Server services, see the webMethods Integration Server Built-In Services Reference.
Related Topics
New Virtual Service Wizard (SOAP)
General Properties (SOAP Virtual Service)
Advanced Properties (SOAP Virtual Service)
Entry Step (SOAP Virtual Service)
Transform Step (SOAP Virtual Service)
Routing Rule Step (Straight Through Routing, SOAP Virtual Service)
Routing Rule Step (Context-Based Routing, SOAP Virtual Service)
Routing Rule Step (Content-Based Routing, SOAP Virtual Service)
Routing Rule Step (Load Balancing Routing, SOAP Virtual Service)
Attach WSDL Dialog Box (SOAP Virtual Service)
Transform Step (Outbound, SOAP Virtual Service)
Invoke IS Service Step (Outbound, SOAP Virtual Service)
Error Messaging Step (SOAP Virtual Service)