CodeIgniter Forums
Consuming SOAP Services w/CI - 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: Consuming SOAP Services w/CI (/showthread.php?tid=39594)



Consuming SOAP Services w/CI - El Forum - 03-15-2011

[eluser]DanTheMan[/eluser]
I have used CI in a few projects, now I am attempting taking my CI skill to the next level for a university project.

In my latest project, I need to be able to consume a SOAP web service. I have never consumed a web service in PHP, although I know the theory of SOAP putting this in practice in CI could be specific.

I am wondering if anyone has experience using SOAP with codeigniter and can give me any pointers that I should consider or articles that I should read up on before starting development.

Is there a CI SOAP library?

Thankyou in advance, I look forward to your responses!

Dan


Consuming SOAP Services w/CI - El Forum - 03-15-2011

[eluser]mdpauley[/eluser]
I haven't seen a SOAP library (admittedly I didn't look to hard), but I do use SOAP in this library https://github.com/mdpauley/commission-junction-api/blob/master/libraries/Cjapi.php


Consuming SOAP Services w/CI - El Forum - 03-20-2011

[eluser]DanTheMan[/eluser]
Hi mdpauley,

Thankyou for your reply. I will have a look at the code and see if it makes sense.