![]() |
[Help] Insert Data To Webservice Using SOAP - 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: [Help] Insert Data To Webservice Using SOAP (/showthread.php?tid=53445) |
[Help] Insert Data To Webservice Using SOAP - El Forum - 07-24-2012 [eluser]Unknown[/eluser] I want to send POST and do insert data to my webserver using the NuSOAP library. Can you help me how this can be in my controller? [Help] Insert Data To Webservice Using SOAP - El Forum - 07-24-2012 [eluser]Clooner[/eluser] There are several nusoap libraries for CI. Find them using google/search function and use the nusoap client to do calls to a soap service. Try it! You might get it to work by yourself. If not, post the code you have for some help in this forum. |