cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc To Web Service Scenario

Former Member
0 Kudos

Hi all,

Can any body please provide me with a link to blog for IDoc To Webservice.

Thanks

-Kulwant

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Kulwant

Chirag already gave you the steps

This can also help for IDOC related steps

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd...

For receiver SOAP adapter

http://help.sap.com/saphelp_nw70/helpdata/EN/29/5bd93f130f9215e10000000a155106/content.htm

Check with the target WSDL file for posting URL and Soap Action details and provide the same in SOAP adapter.

Thanks

Gaurav

Former Member
0 Kudos

Along with the WSDL file first check the WSDL file using XML-spy software.

SOAP adapter configuration link:-

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

chirag

Former Member
0 Kudos

Follow the below steps.

1) Get the WSDL file from the target system.

2) Import the WSDL file as external definition.

3) Import IDOC

4) Create Message interface for WSDL target system.

5) Do the source n target mapping.

6) Follow the configuration, In SOAP receiver put the Target WSDL URL and authentication.

Chirag