cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

what is basically a SOAP protocol?

0 Likes
View Entire Topic
Former Member
0 Likes

Hi ,

XI Uses SOAP protocol,a open standard which understands Http and make any type of data can be passed through XI by converting it into SOAP format.

Example:

A remote client sends a SOAP message to the SOAP adapter on the Integration Server. The SOAP adapter converts the SOAP message to XI message protocol and transfers it to the Integration Server for further processing. Two receivers are determined:

-> A remote Web services provider

-> An SAP business system,

which is able to receive XI message protocol directly On the receiver side, the SOAP adapter converts the XI message protocol into a SOAP message and then sends the message to the remote Web services provider. The other receiver simply receives the XI message protocol message.

Regards,

Ramesh