cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Soap Adapter

Former Member
0 Kudos

Hi ,

I have a requirement in which i have to use Soap adapter on the receiver side.

My input is a file which i need to push onto the XI server and receive the same data back.

Please explain as to how this particular scenario can be acheived and what details should be put in the target url field of the reciver Communication Channel.

Thanx,

Neha

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

If your scenario is file to soap then you will not get a response back as file is asynchronous.

import the wsdl into the external definitions in interface objects

create data type for file

create MT for file

create oubound asynchronous MI for file

create inbound asynchronous MI for webservice

do MM for file and webservice

do IM

In ID the target url will be the soap action in your wsdl file

Let me know if you have any questions

Former Member
0 Kudos

Hi,

here is a thread about file to soap:

Regards

Patrick

Former Member
0 Kudos

Hi,

Check the links.

How to use SOAP adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

SOAP

An Overview of SOAP

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

RFC -> XI -> WebService - A Complete Walkthrough

/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

/people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

/people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies

Regards,

Phani

Former Member
0 Kudos

Hi,

Configure SOAP Receiver According to this

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

Regards

Seshagiri