cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding SOAP Adapter

Former Member
0 Kudos

Hi All,

Can anybody explain me about the SOAP adapter as when exactly SOAP adapter is used ??

Its flow taking any sampel example .

pls reply me ASAP .

I have got a reqt to work on .

pls mail me asap .

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member91687
Active Contributor
0 Kudos

Hi,

Have you looked at this doc

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/how-to%20guides%20-%20rig%20official/xi/how%20to%20set%20up%20a%20web%20service%20related%20scenario%20in%20xi.pdf">How to set up a webservice scenario with SAP XI</a>

There are also quite a few blogs on SOAP scenarios in SDN, just search in the blog section.

Regards,

Chandra

Former Member
0 Kudos

HI,

Apart from the above explination.

See the below links for more details..

SOAP Adapter

Consuming XI Web Services using Web Dynpro – Part II-/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii

Consuming XI Web Services using Web Dynpro – Part I -/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0d7349b6-0901-0010-ddbe-ec43178a...

/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client

/people/kevin.liu/blog/2006/04/12/wsdl-11-binding-extension-for-soap-12

yes it will be possible, see below links

/people/thomas.jung3/blog/2005/01/11/publishing-abap-webservices-to-an-external-uddi-server

/people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi

/people/thomas.jung3/blog/2005/05/25/sap-teched-2005--shameless-plug

Troubleshooting SOAP Message - XI - /people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi

Troubleshooting - RFC and SOAP scenarios-/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Regards

Chilla..

bhavesh_kantilal
Active Contributor
0 Kudos

SOAP adapters are used when you need to integrate XI with Webservices.

When XI is used to invoke a Webservice, you use the Recieevr SOAP adapter,.

If you need to make some interface of XI as a Webservice then you create a WSDL in XI and then you use it to make a SOAP call to XI using the Sender SOAP adapter and a SOAP client.

Look into this guide and see if it helps,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

Regards

Bhavesh

Former Member
0 Kudos

Hi ,

When ever XI needs to talk to a webservice you will go for SOAP adapter. If you need to enable some functionality as webservice using XI you can use SOAP Sender adapter. If you need to send request to a webservice you will go for SOAP Receiver.Depends on the requiremnet you can select the sender/reciver adapter

Check out this also

http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm

Regards,

Shabarish_Nair
Active Contributor
0 Kudos

SOAP adapters are usually used in scenarios where there is a communication to a webservice.

For example, you can look into this weblog where the flow is an RFC -> XI -> Webservice (sync call)

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

The SOAP adapter is used at the receiver end to communicate the webservice.