SOAP Sender Can Be Optional
Did you know that you can send SOAP messages directly to the Integration Engine instead of using a SOAP sender?
Send the SOAP message to http://<server>:<port>/sap/xi/engine?type=entry&version=3.0&Sender.Service=<YourService>&Interface=<YourNamespace>%5E<YourInterface> to bypass Adapter Engine.
You cannot use this method if you need to use modules or have more than one attachment.
Send the SOAP message to http://<server>:<port>/sap/xi/engine?type=entry&version=3.0&Sender.Service=<YourService>&Interface=<YourNamespace>%5E<YourInterface> to bypass Adapter Engine.
You cannot use this method if you need to use modules or have more than one attachment.
Comments
Post a Comment