Web Services - WSDL: Port TypesTag: web services, wsdl, port types Category: PHP Applicationpost: 10 Apr 2008 read: 603 PHP Web Services Using WSDL Step By Step Tutorial - Part 5: a port type is a named set of abstract operations and the abstract messages involved. A port type element contains a collection of operations and associates the message used with them. Look at our practice below:
To look relationship with messages, see below:
a port type element contains any number of child operation elements. An operation element exists for each operation that will exposed by web services named through its name attribute. The value of the name of attribute is the name of the corresponding PHP function. At the client side, the name attribute is the name of the function you will be calling. Next, we will talk about Binding. |
| | Give Your Opinion | Recommend |
|


