cancel
Showing results for 
Search instead for 
Did you mean: 

Explain me SOAP - RFC scenario?

Former Member
0 Kudos

Can any one brifely explain me about the SOAP sender configuration settings (i.e like after we create the wsdl structure how to use it )

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member182455
Active Contributor
0 Kudos
Former Member
0 Kudos

Dear Praveen,

Hope the below link will provide the guide for using the soap adapter.

http://www.riyaz.net/blog/index.php/2008/03/16/xipi-a-guide-to-using-sap-xi-soap-adapter/

Former Member
0 Kudos

Hi,

>>after we create the wsdl structure how to use it

1. Use the above WSDL as the messgae type and create the mapping programs in Repository.

2. In Directory Create a Sender SOAP Channel( Use this link to create Sender SOAP Channel :http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm ) and other objects as usual.

3. Using Altova XML Spy send the soap message to the Intergration Engine.

Hope this would help you..

Yuga

Former Member
0 Kudos

hi

soap sender adapter configuration involves

XI parameters:

interface name & interface namespace

processing parameters

quality of service

and check this document for creating wsdl and testing

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

regards

kummari

Former Member
0 Kudos

Hi,

Webservice Application will pick the data from Dbase using their application and will send the data to XI by using our XI Details like Message Interface and Data type structure and all.

So we can Use SOAP Adpater or HTTP in XI..

If you use HTTP for sending the data to XI means there is no need of Adapter also. why because HTTP sits on ABAP Stack and can directly communicate with the XI Integration Server Directly

If you are dealing with the Webservice and SAP Applications means check this

http://help.sap.com/saphelp_nw70/helpdata/EN/ae/d03341771b4c0de10000000a1550b0/frameset.htm

Regards

Seshagiri