Web Services - WSDL: TypesTag: web services, wsdl, types Category: PHP Applicationpost: 10 Apr 2008 read: 746 PHP Web Services Using WSDL Step By Step Tutorial - Part 3: The types element encapsulates the data type definitions used when messages are exchanged. XML schema is the preferred language. It offer maximum interoperability.
In our practice, we want to pass simple string. So, we write xsd:string. Other, you can use numeric type. For strings or numerics, we can handle with simple way xsd:string or xsd:int which does not get defined here. For objects and arrays, we will talk next time. |
| | Give Your Opinion | Recommend |
|

