cancel
Showing results for 
Search instead for 
Did you mean: 

wsdl

Former Member
0 Kudos

hi all

i have few questions.

1. what is the difference between xsd and wsdl?

2. what does wsdl contains.

3.what is used in the background of graphical mapping

please clear me these queries.

thanks

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

1) XML Schema Definition (XSD) : XSD is the stucture of the Data types

WSDL :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).

2)WSDL Contains the XSD structre and the information that data(xml) which location it need to send.

it is an url of the target system

3) Java application runs in the background of Graphical mapping

Former Member
0 Kudos

Hi Rambabu,

WSDL additionally contains target URL and soap action and supports multiple messages

Regards,

Venkat.

Former Member
0 Kudos

Hi,

>>1. what is the difference between xsd and wsdl?

Both r used for Structure Creation only.With out Creation of Data type we can directly import the XSD or WSDL file in IR.

WSDL File is used while dealing with the Webservice Applications and xsd is used in normal applications

>>2. what does wsdl contains.

wsdl conatins the Structure to send the data to webservice application in what way

>>3.what is used in the background of graphical mapping

It can be External Definition or Message type can be used

Regards

Seshagiri

turmoll
Active Contributor
0 Kudos

check this out: [WSDL|http://en.wikipedia.org/wiki/Web_Services_Description_Language] and [XSD|http://en.wikipedia.org/wiki/XML_Schema_(W3C)]

Regards,

Jakub

former_member192295
Active Contributor
0 Kudos

Hi,

1. what is the difference between xsd and wsdl?

XSD mean XML Schema Definition it is XI native supporting format and WSDL mean Web Service Description Language, this is used for web service creation like SOAP adapter etc.

2. what does wsdl contains.

WSDL contain data type along with interface(sender/receiver) and communication channel and namespace(sender/receiver) information.

3.what is used in the background of graphical mapping

External Destination or Message type.

I hope now clear

Former Member
0 Kudos

Hi,

> what is the difference between xsd and wsdl?

XSD: XML Schema Definition

WSDL: Web Service Description Language

> what does wsdl contains.

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

> what is used in the background of graphical mapping

Could be imported as external definition and a message type defined in the wsdl could then used instead of a (self) created message type.

Regards

Patrick