cancel
Showing results for 
Search instead for 
Did you mean: 

Data transfer using WSDL from SAPXI to Non-SAP System

Former Member
0 Kudos

Hi All,

What is WSDL

what are the tools for creating WSDL

How WSDL is used to transfer data from SAP to Non-SAP

How Data fro SAP is mapped with Non-SAP system

Please guide step by step for the above scenario.

Thanks and Regards,

Nitin Patil

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192295
Active Contributor
0 Kudos

Hi,

WSDL refer Web Service Description Language, this is to create web service. Whenever client have web service option we can choose we bservice (SOAP Adapter). We can create web service through XI/PI ID window Tools------>Create Web Service option. Once service file is created we can use this file from any web service tools like XML SPY etc tools.

According to your requirement we can configure scenario like SOAP...XI...FILE or SOAP...XI....choose adapter depends on ur requirement.

For more information on SOAP find below link

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

shivhare
Active Contributor
0 Kudos

Hi

WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information. The operations and messages are described abstractly, and then bound to a concrete network protocol and message format to define an endpoint. Related concrete endpoints are combined into abstract endpoints (services). WSDL is extensible to allow description of endpoints and their messages regardless of what message formats or network protocols are used to communicate, however, the only bindings described in this document describe how to use WSDL in conjunction with SOAP 1.1, HTTP GET/POST, and MIME

you can create WSDL with the help of Eclipse Web Tools

in IR when you create message inetrface WSDL automentacally generated

so you can also import you WSDL in IR in external defenition

thanks

Amit Shivhare