Prev | Current Page 601 | Next

W. Jason Gilmore

"Beginning PHP and MySQL: From Novice to Professional"

To illustrate this, the
examples found in the remainder of this chapter refer to Listing 20-6, which offers a
sample WSDL file. Directly following the listing, a few important SOAP configuration
directives are introduced that you need to keep in mind when building SOAP services
using this extension.
Listing 20-6. A Sample WSDL File (boxing.wsdl)

targetNamespace="http://www.beginningphpandmysql.com/boxing"
xmlns:tns="http://www.beginningphpandmysql.com/boxing"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/">
532 CHAPTER 20 ?–  WEB SERVICES













style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />



encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />


encodingStyle="http://schemas.


Pages:
589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613