Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Trace soap message

Tue Oct 28, 2008 3:33 pm

Following code trace soap message ,given the WSDL file path.
Code:

<?php
   $ws 
"http://www.domain.com/test.wsdl";
   $zipcode "23495";
   $connector = new SoapClient($ws,array('trace' => 1));
   $temperature $connector ->getTemp($zipcode);
   echo htmlspecialchars($connector ->__getLastRequest());
?>




Post a reply
  Related Posts  to : Trace soap message
 NS-2 and Trace file     -  
 program to read trace files     -  
 Get SOAP response     -  
 Java and SOAP     -  
 PHP SOAP server returns array using NuSOAP Library     -  
 PHP SOAP server returns array using NuSOAP Library     -  
 JMS Message Consumer Example     -  
 How to Show a message before the login ?     -  
 Text message board RPG     -  
 Java message service(JMS)     -  

Topic Tags

PHP Validation