I was facing the same problem some time ago and currently there´s no other
way to change this behaviour besides manually editing Wsdl.php and AutoDiscover.php.
You can see the solution here:
http://www.nabble.com/Re%3A-Building-a-MVC-based-Soap-server-to19002537.html#a19101665
way to change this behaviour besides manually editing Wsdl.php and AutoDiscover.php.
You can see the solution here:
http://www.nabble.com/Re%3A-Building-a-MVC-based-Soap-server-to19002537.html#a19101665
On Tue, Sep 9, 2008 at 5:31 PM, a_d_j_i <adji@easytech.com.ar> wrote:
I want to use the Zend controller to write some webservices. My problem is
that using Zend_Soap_AutoDiscover all soapActions (in the wsdl) point to
http://blabla.../index.php.
I don'y know if there is a way to change this. Looking at the code I found
that Zend_Soap_AutoDiscover uses Zend_Uri::factory('http://'
.$_SERVER['HTTP_HOST'] . $_SERVER['SCRIPT_NAME']).
I'm new to ZendFramework and not shure if there is any "right" way to do
this thinks ? Someone can give me any idea about this subject.
What I want is something like
http://blabla.../web_service_controller1/index,
http://blabla.../web_service_controller2/index, etc.
I want to know if there is any reason way Autodiscover creates urls using
the code above ?
Thanks in advance adji@easytech.com.ar
--
View this message in context: http://www.nabble.com/Zend_Soap_AutoDiscover-soapAction-url-tp19400613p19400613.html
Sent from the Zend Web Services mailing list archive at Nabble.com.
没有评论:
发表评论