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?