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

Get SOAP response

Tue Oct 28, 2008 3:46 pm

Code:
<?php
   $ws
= "http://www.xmethods.net/sd/2001/TemperatureService.wsdl";
   
$zipcode = "12312";
   
$client = new SoapClient($ws,array('trace' => 1));
   
$temperature = $client->getTemp($zipcode);
   echo
htmlspecialchars($client->__getLastResponse());
?>





Re: Get SOAP response

Thu Nov 24, 2011 11:02 am

the same thing how can i do from java side which resides on remote server

Post a reply
  Related Posts  to : Get SOAP response
 .aspx render block results (response.write, <%=     -  
 Java and SOAP     -  
 Trace soap message     -  
 PHP SOAP server returns array using NuSOAP Library     -  
 PHP SOAP server returns array using NuSOAP Library     -