cancel
Showing results for 
Search instead for 
Did you mean: 

What is WSDL

Former Member
0 Kudos

What is a WSDL file ,where is it used?why is it used?how is it used in real time.I am new to XI so could you guys plz explain me in detail with respect to real time

thanks

akash

sud_sapxi@yahoo.com

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/how%20to%20...

When u import WSDL, there is no need to create Data Type and Message Type

For tutorials on editing WSDL http://www.w3schools.com/wsdl/default.asp

A note on wsdl and xsd imports

/people/kevin.liu/blog/2004/06/28/a-note-on-wsdl-and-xsd-imports

/people/kevin.liu/blog/2005/10/07/a-note-on-wsdl-and-xsd-imports--part-ii

With Regards,

Raju.

*******please reward points if found useful

Answers (2)

Answers (2)

Former Member
0 Kudos

Why web services?

1 Support of end-to-end monitoring.

2 Strong integration with sap products.

3 Pre built content for various business scenarios. (For e.g. content for Sap SRM)

4 Business process management (bundling or splitting messages as per requirement)

SOAP Message format

http://www.w3schools.com/soap/default.asp

DOCUMENTS

For info on how to use Web services and SOAP adapters, these 2 documents should help

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

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

Theory

In the case of SOAP, the Application System should give you a WSDL and

you will use the WSDL to fill in the request message and get the response from your Application System.

Also, they need to expose their interface as a webservice for you to be able to do this. )

Best Regards,

Srikanth

Reward the useful answers and you will get one point yourself

Former Member
0 Kudos

Hey

please have a look at the following

http://en.wikipedia.org/wiki/WSDL

in XI we extensively use WSDL to integrate any web application by making use of SOAP adapter.

Thanx

Aamir