Welcome Guest, Not a member yet? Register   Sign In
Nusoap CI Library
#2

[eluser]frenzal[/eluser]
looks like they changed class names in the latest version, took me a while to work out why it wasn't working Smile now the soapclient is just called soaplicent, so this'll do the trick:

function getProxy($wsdl_url)
{
$soapClient = new soapclient($wsdl_url, 'wsdl');
return $soapClient->getProxy();
}


Messages In This Thread
Nusoap CI Library - by El Forum - 06-28-2007, 10:27 AM
Nusoap CI Library - by El Forum - 07-02-2007, 03:48 AM
Nusoap CI Library - by El Forum - 07-02-2007, 07:35 AM
Nusoap CI Library - by El Forum - 12-06-2007, 12:01 PM
Nusoap CI Library - by El Forum - 12-11-2007, 07:02 PM
Nusoap CI Library - by El Forum - 02-14-2008, 10:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB