Elements in WSDL
Here are the major elements of Web service Description Language (WSDL)
- <definitions> = Root WSDL Elements
- <types> = What data type will be transmitted?
- <message> = What exact information is expected
- <portType> = What operations will be supported
- <binding> = How will the message will be transmitted on the wire ? What SOAP specific details are there
- <service> = Define the collection of ports that make up the services and where is service located.
Reference WIKI
No comments:
Post a Comment