WSDL Ports Element

A <port> element defines an individual endpoint by specifying a single address for a binding.
Here is the piece of code from Example session:
<service name="HelloWorld_Service">
      <documentation>WSDL File for HelloWorldService</documentation>
      <port binding="tns:HelloWorld_Binding" name="HelloWorld_Port">
         <soap:address
            location="http://www.dineshonjava.com/SayHelloWorld/">
      </port>
   </service>



References
Wikipedia for WSDL

 



<<Previous <<   || Index ||   >>Next >>


Labels: