Hi

Consuming the method CallMe from www.ws.com/webservice.cfc?wsdl which receives a numeric parameter using PHP via nuSOAP:

<?php
require_once('nusoap.php');
$parameters = 2004;
$soapclient = new soapclient('http://www.ws.com/webservice.cfc?wsdl','wsdl');
$soapclient->call('CallMe',$parameters);
?>

More info:

http://dietrich.ganx4.com/nusoap/
and
http://www.zend.com/zend/tut/tutorial-campbell.php

There is also a PEAR::SOAP library here:

http://pear.php.net/package/SOAP

HTH

mga
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to