how i can deployed autentication whit nusoap? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: how i can deployed autentication whit nusoap? (/showthread.php?tid=19604) |
how i can deployed autentication whit nusoap? - El Forum - 06-12-2009 [eluser]tnathos[/eluser] hi, I making a webservice whit CI, al works fine.. but i dont know set the credentials in to webservice and use in a client.. how make this? This is the code in the client.. for in the webservice server, where set the user and password? Code: $this->nusoap_client = new nusoap_client(base_url()."wsTx/service/?wsdl"); thansk how i can deployed autentication whit nusoap? - El Forum - 06-28-2009 [eluser]home158[/eluser] Could show your controller of webserver about nuSoap in CI? |