here is small working example
<?php
error_reporting(E_ALL);
require_once('../lib/nusoap.php');
$soapclient=new soapclient('http://www.webservicex.net/country.asmx?WSDL','wsdl');
$results = $soapclient->call('GetCountries');
print_r ($results);
?>
Monday, September 5, 2011
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2011
(120)
-
▼
September
(17)
- Java - Factory Method Concept
- Java Web services: Axis2 WS-Security basics - (Ra...
- Web services security
- Security for SOA and Web Services
- WS-Security
- Axis2 vs JAX-WS RI vs Apache CXF vs Spring-ws
- Eclipse WTP Tutorials - Creating Bottom Up Web Ser...
- Tutorial 1: Creating Web Services in Eclipse (Bott...
- Apache Axis2, CXF and Sun JAX-WS RI in comparison
- Eclipse : Getting Started
- using namespace System; using namespace System::Re...
- C / C++ Function Pointers
- gSoap Web Service
- Wsutil.exe
- code sample for WWSAPI
- nuSoap - PHP Soap Client
- ColdFusion HTTP
-
▼
September
(17)
No comments:
Post a Comment