Welcome Guest, Not a member yet? Register   Sign In
NuSoap Problem and CodeIgniter 1.7.1
#2

[eluser]alvk4r[/eluser]
See http://ellislab.com/forums/viewreply/671670/ for a complete example.
Try with something like
Code:
if($this->uri->rsegment(3) == "wsdl") {
            $_SERVER['QUERY_STRING'] = "wsdl";
        } else {
            $_SERVER['QUERY_STRING'] = "";
        }
        
        $this->server->service(file_get_contents("php://input"));
inside the index method of your controller.
You need... well see the attachment of my reply.

If the services screen don't appear, don't worry, if you can generate wsdl file through URL, your webservices will run.


Messages In This Thread
NuSoap Problem and CodeIgniter 1.7.1 - by El Forum - 09-01-2009, 09:26 PM
NuSoap Problem and CodeIgniter 1.7.1 - by El Forum - 11-26-2009, 03:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB