Webservices - WSDL: Anatomy of WSDL DocumentTag: web services, wsdl, Category: PHP Applicationpost: 09 Apr 2008 read: 1,557 PHP Web Services Using WSDL Step By Step Tutorial - Part 1: We ever talk about web services at here. At that post, we use nusoap to practice web service. Now, we will use Web Services description Language (WSDL). WSDL is an XML grammar used to describe a web service. It defines how the web service is accessed, the operations it performas, how messages are passed and the structure of the messages. In this post, we talk about anatomy of WSDL. Below is anatomy of WSDL document:
The funny thing, you may look simple structure above. May you imagine it will simple and short document. No! It will longer document than you dream! So, I will talk step by step each part of the document. As result of this practice, we will collaborate with SOAP to generate services. This tutorial must be run at PHP 5. Next post, we will talk type in more detail. Don't miss it! |
| | Give Your Opinion | Recommend |
|


