CodeIgniter Forums
Bulding a Service with WSO2 under codeigniter - 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: Bulding a Service with WSO2 under codeigniter (/showthread.php?tid=54430)



Bulding a Service with WSO2 under codeigniter - El Forum - 09-08-2012

[eluser]Weblizard[/eluser]
I'm wondering if anyone here ever try to build a web service (WSDL mode) with WSO2 within CodeIgniter or not?

I did try it by implementing it under controller which is failed because wso2 expect operation as a flat function under same file that the WSService object is created and this break the whole controller class of CI, I also try to implement it as a helper which is failed too
please help me if you know what I'm talking about

Regards