Hi all, is it possible to change the default name of the context for services form "soap" to some other value like "services"?
If so what are the steps and what is the impact? The interesting results of a quick grep have shown this: classes/conf/axis2.xml: <parameter name="servicePath" locked="false">soap</parameter> web.xml: <url-pattern>/soap/*</url-pattern> But also this: webapp/extensions/core/js/esb.js:var SERVICE_CONTEXT = "/soap"; I would I expect all samples to fail. Anyhow it should be possible to do some rewrite magic in an a global ant file, based on a property. Besides this everything should work? Someone has already tested this? It's just a matter of naming when you do like to support non-soap services. Regards, Eric _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
