CodeIgniter Forums
open source Tools test Codignter or Php web services - 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: open source Tools test Codignter or Php web services (/showthread.php?tid=50719)



open source Tools test Codignter or Php web services - El Forum - 04-05-2012

[eluser]smily[/eluser]
Hi,
I want to test Codignter or Php web services. Is there any open source tools to test Php based web-services?.

Thanks in advance


open source Tools test Codignter or Php web services - El Forum - 04-06-2012

[eluser]tpetrone[/eluser]
Seems like you have at least two different questions there.

1. How would you test a web servers ( such as RESTFul , SOAP , XML-RPC )??

- Google a tool called SoapUI.. There is a free and commercial edition. Probably the best tool around.

- If you want something simple to test REST services - use the "REST Client" it's a firefox plugin.


Hope this is helpful !


open source Tools test Codignter or Php web services - El Forum - 04-06-2012

[eluser]smily[/eluser]
Thanks for your reply. I want test codeigniter Restful web services http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/

I had test my web services with SOAPUI and firefox POSTER addon. For my web services I had implemented Basic authentication.So my web services URL will like this http://admin:[email protected]/index.php/api/user/id/1/format/json when I'm trying to test this URL with SOUPUI it shows authentication failed message. Where as the same URL if I tested in POSTER it is working fine.

What might be the issue?