Welcome Guest, Not a member yet? Register   Sign In
Help with NuSoap CodeIgniter Library
#3

[eluser]Chris Newton[/eluser]
Unless "hello" is your SOAP server URL or path, shouldn't you be doing something like this:

Code:
function index() {
        $serviceurl = $this->config->item('base_url')."/index.php/webservice/wsdl";
        $soapclient = new soapclient($serviceurl,TRUE);
        echo $soapclient->call( $serviceurl , array('name' => 'World') );
    }

I didn't dig too deep, but it looks like the nusoap library is trying access a named index that doesn't exist... the reason it probably doesn't exist is that you don't have a valid response.

Re: your private message. I didn't write that library, I just made a note in the wiki.


Messages In This Thread
Help with NuSoap CodeIgniter Library - by El Forum - 11-04-2008, 02:26 PM
Help with NuSoap CodeIgniter Library - by El Forum - 11-14-2008, 03:42 PM
Help with NuSoap CodeIgniter Library - by El Forum - 11-14-2008, 06:09 PM
Help with NuSoap CodeIgniter Library - by El Forum - 11-14-2008, 06:36 PM
Help with NuSoap CodeIgniter Library - by El Forum - 11-15-2008, 09:34 AM
Help with NuSoap CodeIgniter Library - by El Forum - 11-16-2008, 09:23 AM
Help with NuSoap CodeIgniter Library - by El Forum - 03-26-2009, 04:31 PM
Help with NuSoap CodeIgniter Library - by El Forum - 03-26-2009, 04:50 PM
Help with NuSoap CodeIgniter Library - by El Forum - 03-27-2009, 04:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB