cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to HTTP scenario

Former Member
0 Kudos

Hi All,

We have a requirement to use a Web-Service from Sender side to process it to check some some values using HTTP at the target side.

It will be a synchronous scenario.

We are thinking to create a SOAP <-> XI <-> HTTP scenario.

Can anybody help me with some pointers on this or any kind of help..I am new to WebServices.

Thanks

Neha

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This is simple.

Sender end:

Create as usual data type, mesg type and service interface. Use Synchronous mode in the service interface sender.  Create soap communication channel and create wsdl from the sender agreement. You can share the WSDL to the client. Here you are hosting the web service using soap sender. Search SDN for this.

Refer this

http://www.riyaz.net/sap/xipi-a-guide-to-using-sap-xi-soap-adapter/113/

http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm

Receiver end: You can create similary data type, message type and inbound service interface for the receiver. You can use HTTP or SOAP adapter for this. SOAP without envelope would work as simple plain http adapter too. Configure the url in the http adapter. Search SDN For thls too