cancel
Showing results for 
Search instead for 
Did you mean: 

XML AND WSDL

Former Member
0 Kudos

Hi,

what is the diferrence between xml and wsdl.

where exactly those are used ....

No Links please...

points rewarded at the moment

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

XML is used o represent the Payload data in Custom format. It is the basic instance to re-present the data across the various systsmes

Extensible Markup Language (XML) is a simple, very flexible text format derived from SGML (ISO 8879). Originally designed to meet the challenges of large-scale electronic publishing, XML is also playing an increasingly important role in the exchange of a wide variety of data on the Web and elsewhere

In WSDL, you will get the request and response structure of various services available for Web Services.

These Request and Response parameters will transit the data in XML format. But WSDL will create the framework to process this XML data.

Refer

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

Thanks

Swarup

Former Member
0 Kudos

Hi,

1) What is WSDL file ,where we will create it.

pls provide with a an example

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

XML

XML means extensible markup language used to store the data and transport the data.XML contains root

elememts,child elements , attributes and their values.

When you come to XML schema , it deos not contain any data.It describies just structure of XML

document.The XML schema language is also reffered to as XML schema definition(XSD).

The purpose of XML schema is to define the legal building blocks of an XML document.

Thnks

Vikranth

Former Member
0 Kudos

Hi,

XML is basically Payload data.

ie. whatever actual data is sent is in the understood by XI in XML format. may it be Idoc or file or Jdbc

WSDL

it is Web Structure Definition Language.from d name u may understand that it is basically a structure .

It mainly consists of the structure of data and also the configuration parameters like message interface , Software component. etc.

reward points if helpful..

prashant