cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

difference between xsd & wsdl

Former Member
0 Likes
3,056

Hi

could u please tell me difference between xsd & wsdl file

both are xml files.when we use xml file when we go for wsdl file.

Regards

rao

View Entire Topic
Former Member
0 Likes

Message types (XSD): defines the message structure, based on data types or standard XML types (like a defined variable of some type: int Counter = 0; String s = "aaa"; ...)

Message Interfaces (WSDL): defines the interface of a service that uses that message type to export/import data (like when you have a method that returns or consumes some parameters of determined types: int parseInt (String s) ).