Welcome Guest, Not a member yet? Register   Sign In
[Newbie] Help me how to call Soap webservice for CI 3.x
#1

I'm a newbie. I have a soap webservice and my work is calling soap in CI.
my code
public function checklogin()
{
$masv=$this->input->post('masv');
$password=$this->input->post('password');
$client = new SoapClient('http://daotao.nuce.edu.vn:8085/WebService1.asmx?WSDL');
        $result = $client->__soapcall("Login",array('masv'=>$masv,'password'=>$password));
        var_dump($result);
}

althought my user and password are true,  my result alway returns false.
Can you have me? Thanks you Heart Heart Heart
Reply
#2

Creating a SOAP server in CodeIgniter

Using NuSOAP in CodeIgniter
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB