I know what is soap,wsdl and uddi. But what is the relation between them and how to establish the relationship in code. It will be good if someone can post a sample code which has all of these. Thanks in advance.
Asked
Active
Viewed 297 times
0
-
2What platform are you using? Java? .NET? BTW, ignore UDDI. It was a failed experiment. – John Saunders Feb 16 '10 at 01:57
1 Answers
2
SOAP is the XML-based protocol used to send and receive web service messages. WSDL is the XML-based language used to describe the format of the messages, and the details of the interaction with the service.
UDDI is not used very much. It sounded like a good idea at the time it was invented, but turned out not to be useful.

John Saunders
- 160,644
- 26
- 247
- 397