ok in your call to sap do this:
Your flow steps here until your SAP call and submission
.
.
SEQUENCE [EXIT ON DONE]
SEQUENCE [EXIT ON FAIL] <- THIS IS YOUR TRY
pub.sap.transport.ALEOutboundProcess
SEQUENCE [EXIT ON DONE]<– THIS IS YOUR CATCH
pub.flow:getLastError
your flow here toINSPECT YOUR PIPELINE, IF U STILL HAVE THE
xmlData prior to your decode, then write this to a file
EXIT FLOW [SUCCESS] <- last step if no other steps flow
Create a separate service to check SAP status [can use pub.sap.client:connect for this - >ensure you set in variable serverName, this will be the name of your SAP server set in the SAP adapter, check the result -> “ok” means SAP is up, anything else is bad!
hth
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB