SOPERA Adapter 8.0 | webMethods SOPERA Adapter Documentation | webMethods SOPERA Adapter Installation and User’s Documentation | Adapter Built-in Services | WmSoperaAdapter Package | pub:wmsopera.service:getNonBlockingServiceResponse
 
pub:wmsopera.service:getNonBlockingServiceResponse
Processes the returned request message handler, when the SOPERA service consumer adapter service template is configured as a non-blocking request-response service.
Input Parameters
timeout
String Optional. The timeout, in milliseconds, specifies how long to wait for a response message. Valid values are:
*A negative value means wait forever.
*0 means return immediately regardless of whether the message has arrived. This is the default value.
messageAsObject
String Optional. Valid values are:
*true The response is returned as an Object.
*false The response is returned as a String. This is the default value.
responseMessageHandler
Object The message handler returned from the SOPERA service consumer adapter service template.
Typically, you should use a flow service to map the responseMessageHandler output value returned from the adapter service to this parameter.
Output Parameters
responseMessageObject
Object The response message as an Object, when the messageAsObject input parameter is set to true.
responseMessageString
String The response message as a String, when the messsageAsObject input parameter is set to false.