Zend_Service_StrikeIron: Advanced UsesThis section describes the more advanced uses of Zend_Service_StrikeIron. Using Services by WSDLSome StrikeIron services may have a PHP wrapper class available, such as those described in Bundled Services. However, StrikeIron offers hundreds of services and many of these may be usable even without creating a special wrapper class. 
            To try a StrikeIron service that does not have a wrapper class available,
            give the  
 Using StrikeIron services from the WSDL will require at least some understanding of the WSDL files. StrikeIron has many resources on its site to help with this. Also, » Jan Schneider from the » Horde project has written a » small PHP routine that will format a WSDL file into more readable HTML. Please note that only the services described in the Bundled Services section are officially supported. Viewing SOAP TransactionsAll communication with StrikeIron is done using the SOAP extension. It is sometimes useful to view the XML exchanged with StrikeIron for debug purposes. 
            Every StrikeIron client (subclass of
            Zend_Service_StrikeIron_Base) contains a
             getSoapClient() method to return the underlying instance of
             
            PHP' » SOAPClient
            has a  
            To view a SOAP transaction, call the  getSoapClient() method
            to get the  
 
  | 
         
 
  |