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]
