tags:

views:

52

answers:

1

Recently I have been building a lot of applications that needs to access webservices. I currently use a tool wsdl2php to generate a php Class file from the wsdl file.

I was wondering if there are IDE's available that can do the same thing, or at least make it really easy to access/code against the Methods that are available.

I currently use Nusphere PHPed as IDE, but they only support this with their own NUSOAP client.

When you guys need to access a Webservice from PHP which IDE do you use?

A: 

If you only need to create a SOAP Client from WSDL then see this page More specifically check Example 2.

renick
This is not what I'm looking for. The example is a real simple one. Most Web-services work with a lot of Objects, I would like an IDE that is able to create these classes. To easily communicate with the web service
Kevin Bakker