![]() |
Error in server NuSoap and using Java JAX-WS Client - 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: Error in server NuSoap and using Java JAX-WS Client (/showthread.php?tid=59576) |
Error in server NuSoap and using Java JAX-WS Client - El Forum - 10-22-2013 [eluser]Unknown[/eluser] Hi, to start I must say it was very difficult to achieve the interoperability between Java Client and Server NuSoap. I made simple data communication, but when I check the data model in CodeIgniter, just begins to fail. On the client I get the following error: The server sent HTTP status code 200: OK Below hit the server code: Code: <?php Something is wrong when I call function or even a global variable using $ this-> Hopefully they can give me a hint on which to find the solution. Thank you. dariojr Error in server NuSoap and using Java JAX-WS Client - El Forum - 10-22-2013 [eluser]PravinS[/eluser] check below given URL to create SOAP server in codeigniter http://www.php-guru.in/2013/soap-server-in-codeigniter-using-nusoap-library/ Error in server NuSoap and using Java JAX-WS Client - El Forum - 10-24-2013 [eluser]Unknown[/eluser] Thanks PravinS, now I see |