Recently, we deployed our web-application to a new set of servers.
AppServer: Websphere 6.1
Environment: Java 5, JSF, SOAP
Linux:
There is a 'form' on a web-page that contains a 'TextArea' and a 'Submit' button that submits to a servlet 'ServiceInterfaceServlet'. User puts the request XML in the textarea and hits the submit button to 'POST' the request to the servlet. Here is the problem now - If the request XML contains the word 'CD' anywhere (i.e. in any of the values for the possible nodes.) - the request does not even reach the servlet. We get a '501 Method not implemented ' error.
We also tried other strings line 'CD, MV, CP' etc. but the only word that we are getting the issue with is 'CD'.
Quite frankly - we are not even sure why this could be happening as the same is working fine on our local setups and our development environment (WAS6, Java 1.4, Unix).
Any pointers will be greatly appreciated.
Regards, - Ashish