PHPDiscuss - PHP Newsgroups and mailing lists wrote:
The following wsdl file was provided to me.
http://64.122.63.81:5454/IfxService.wsdl
I first attempted to genrate the PHP classes using the following code...
require_once('SOAP/Client.php');
$wsdl=new SOAP_WSDL('http://64.122.63.81:5454/IfxServ
The following wsdl file was provided to me.
http://64.122.63.81:5454/IfxService.wsdl
I first attempted to genrate the PHP classes using the following code...
http://64.122.63.81:5454/IfxService.wsdl);
// Look at the generated code...
echo ( $wsdl->generateProxyCode() );
?>
---
2 matches
Mail list logo