cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP receiver configuration and ESR part

Former Member
0 Kudos

Hi,

Could you Please help me out?

I have a scenario like IDOC to SOAP in that they are not giving the WSDL structure I have to prepare and have to use.

Please tell me how to create wsdl and then how to proceed with Data Types, Message Types, Service interfaces and mappings and ID configuration.

Thanks & Regards,

L N Venkata Praveen Gade.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check the steps to import/create WSDL for Receiver SOAP adapter on the guide below

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

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Once Check it out

Former Member
0 Kudos

Hi,

In your Scenario you are using SOAP adapter for Receiver So wsdl file is the mandatory .. because you have to provide Target URL and SOAP Action in Receiver Communication channel.

If the Case is like SOAP at Sender then you can Create the WSDL file from Sender Agreement .

Former Member
0 Kudos

Thanks Deepthi.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Basically you are using target system using soap adapter as receiver.

Import the WSDL In ESR as external definition.

use external message type in the message type tab to choose mesg from WSDL.

create receiver service interface as usual and specify wsdl message as message type.

Message Mapping again choose source message your sender message type and receiver as reciever mesg type(one you picked from the WSDL)

Operation mappping is pretty same

Configure soap receiver channel.

two things

specify wsdl url (find out soap address location tab in the wsdl)

and action (if required) other leave blank.

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/content.htm

check this [link |http://www.riyaz.net/blog/xipi-a-guide-to-using-sap-xi-soap-adapter/technology/sap/113/]too

hope that helps.