on ‎2007 May 17 1:49 PM
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
Request clarification before answering.
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) ).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.