Hi, We have an axis2 deployment which is exposed over the web. The deployment is on a tomcat 6.0 with Apache 2.2.3 as the proxy using mod_jk. The customer has imposed a restriction that wsdl should not be available over a url like it is using http://services/myservice?wsdl . In the wiki, i found this link -
http://wso2.org/library/112 I placed blank wsdl document inside META-INF. Using this the ?wsdl url also returns blank but the services stop working since the axis parser seems to parse the incoming packets based on the custom wsdl only. Isn't there any other simpler way to achieve this? Apache rules dont seem to work in mod_jk so it has to done at the tomcat level only. Thanks, Peeyush
