Tue Sep 09, 2008 6:31 am |
Replies: 0 |
Views: 3572 |
|
 |
I am trying to find a web service that can return the company name based on a ticker code and a national stock exchange (e.g. Stockholm stock exchange). So ideally, the input should be a ticker code a ...
|
Mon Sep 08, 2008 8:15 am |
Replies: 1 |
Views: 6727 |
|
 |
// include the SOAP classes
require_once('../lib/nusoap.php');
// define parameter array (ISBN number)
$param = array('CountryName'=>'Norway');
$endpoint_path = 'h ...
|
Mon Sep 08, 2008 3:16 am |
Replies: 1 |
Views: 6727 |
|
 |
I have spent a few days trying to get my web services to work, allegedly it should be so easy. I have the following code, that aims to retrieve information from a web service built with a WSDL.
< ...
|