prakash Posted July 4, 2008 Share Posted July 4, 2008 I am confused regarding how to extract data using PHP from following url which is on SOAP Link1 - Service Description - Data Details I currently have data for the "company_id" thanks Link to comment https://forums.phpfreaks.com/topic/113216-soap-and-php-help/ Share on other sites More sharing options...
prakash Posted July 4, 2008 Author Share Posted July 4, 2008 I am using NuSOAP (http://dietrich.ganx4.com/nusoap/index.php) library. and following code as a SOAP Client <?php require_once('inc/nusoap-0.7.3/nusoap.php'); $c = new soapclient('http://www.nepalsharemarket.com/JambDataService/PremiumService.asmx?WSDL'); $marketDetails = $c->call('getMarketDetails', array('company_id' => 'COM-000001')); print $marketDetails; ?> I am new to SOAP and really don't know what to do next to retrieve data. can anyone help me with it?? thanks in advance Link to comment https://forums.phpfreaks.com/topic/113216-soap-and-php-help/#findComment-581647 Share on other sites More sharing options...
prakash Posted July 5, 2008 Author Share Posted July 5, 2008 is there anyone who can help me out Link to comment https://forums.phpfreaks.com/topic/113216-soap-and-php-help/#findComment-582246 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.