开发者

WSDL and SOAP Clarification

Can someone confirm or clarify:

WSDL describes a web service's API to the outside world

SOAP represents an actual transmission of a web service request/response

So, if I understand correctly, WSDL-compliant XML is wrapped inside of SOAP and passed over HTTP to the web service interface, unwrapped, validated against the WSDL, process开发者_StackOverflow社区ed, and responded to.

Yes? No? Close?


You're close.

The WSDL describes the contract that a Web Service adheres to or, in other words, the format that the service expects to receive and transmit data in.

SOAP (Simple Object Access Protocol) is one protocol by which Web Services communicate. SOAP will wrap the message with additional information. The message with the SOAP body carries must comply with the service's WSDL for the service to properly process the message.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜