开发者

Help understanding web services

开发者 https://www.devze.com 2022-12-20 01:44 出处:网络
I know what is soap,wsdl and uddi. But what is the relation between them and how to establish the re开发者_运维问答lationship in code.

I know what is soap,wsdl and uddi. But what is the relation between them and how to establish the re开发者_运维问答lationship in code. It will be good if someone can post a sample code which has all of these. Thanks in advance.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消