2008年9月9日星期二

[fw-webservices] Zend_Soap_AutoDiscover soapAction url

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.

没有评论: