I have generated a web service from an existing wsdl file using Axis2, and now my service is reachable by a url
http://something/Service?wsdl
The problem is, there are some applications which call this url, adding an upper case word "WSDL" at the end of url (please don't ask why..), so they are calling it as,
http://something/Service?WSDL
And they can't access it at that url. Is it possible to solve this problem? Maybe setting some parameter or making this url case insensitive someway?