Jump to content

soap and php help


prakash

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.