Easy way to use nusoap with CI |
[eluser]Unknown[/eluser]
So, I had to make soap server in CI and it wasn't easy for me, but at last i did it ![]() I couldn't find any easy ways to do this on this forum so I decided to share my experience. first of all you should download the attached zip and unpack it in your libraries folder. there is nusoap directory and nusoap_lib.php. second step: create controller for example soap_member.php and paste this code in it: Code: class Soap_Member extends Controller { now you can see your wsdl on the same link in your $ns and test your soap server from here or from any soap client.
[eluser]ken.sniper[/eluser]
Could you show the clinet code of this soap_server.thank you very much.
[eluser]ortenheim[/eluser]
thank god for a soap library that works! can you make a simple soap client example of connecting to an external soap server with xml parsing? best regards, Mikael |
Welcome Guest, Not a member yet? Register Sign In |