WSDL – Element

  • Post author:
  • Post category:WSDL
  • Post comments:0 Comments

The <service> element defines the ports supported by the web service. For each of the supported protocols, there is one port element. The service element is a collection of ports. Web service…

Continue ReadingWSDL – Element

WSDL – Element

  • Post author:
  • Post category:WSDL
  • Post comments:0 Comments

A <port> element defines an individual endpoint by specifying a single address for a binding. Here is the grammar to specify a port − <wsdl:definitions .... > <wsdl:service .... > * <wsdl:port…

Continue ReadingWSDL – Element