CloudStreams 10.5 | webMethods CloudStreams | webMethods CloudStreams Development | CloudStreams Governance Project | Virtual Services (SOAP) | Transform Step (SOAP Virtual Service)
 
Transform Step (SOAP Virtual Service)
 
Transform Step (Inbound, SOAP Virtual Service)
Add the optional Transform step if you need to transform the request message into the format required by the native service, before CloudStreams submits the message to the native service.
No message transformation is required as long as the request message structure matches the request message structure that is required by the operation associated with the soapAction. However, in some cases a virtual service might need to transform SOAP messages.
For example, you might need to accommodate differences between the message content that a consuming application is capable of submitting and the message content that a native service expects. For example, if the consuming application submits an order record using a slightly different structure than the structure expected by the native service, you can use the Transform step to transform the record submitted by the consuming application to the structure required by the Web service.
In this case, you would need to create two Transform steps:
*One in the In Sequence step, to transform the request messages into the format required by the native service, before CloudStreams sends the requests to the native services. To do this, you pass the message to an XSLT transformation file. (Additionally in this case, the transformation is required if the virtual service has a schema validation policy that validates the requests.)
*One in the Out Sequence step, to transform the native service's response messages into the format required by the consumer applications, before CloudStreams returns the responses to the consumer applications.