Hi, I have a restricted webservice (which means it uses the .htaccess to require a user/password).
The server was built using Zend_Soap_Server with the autodiscovery option so I create it with new Zend_Soap_Server(url?wsdl). The problem is that the directory is protected so I get 401 error. Is there a way to specify the url with a user/password? Regards.
