Which version of Axis2 are you using. If I'm correct, the dynamic context path resolution has been added with Axis2 1.2 version.
Would you try this with latest Axis2 trunk. Saminda On 6/29/07, Tony Dean <[EMAIL PROTECTED]> wrote:
Hi, I changed my web.xml servlet mapping to map all requests to the AxisServlet: <servlet-mapping> <servlet-name>AxisServlet</servlet-name> <url-pattern>/*</url-pattern> </servlet-mapping> I'm now able to query for my wsdl as http://host:port/context/myService?wsdl. But, I get service not found when I try to execute it. I have to specify http://host:port/context/services/myService?wsdl in order for axis2 to find my service. Is this correct? Is there a way to avoid the extra 'services' path in the url mapping? Thanks. Tony Dean SAS Institute Inc. 919.531.6704 [EMAIL PROTECTED] SAS... The Power to Know http://www.sas.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Saminda Abeyruwan Software Engineer WSO2 Inc. - www.wso2.org
