I noticed while testing, because AXIS generates a test case using a captial parameter ("?WSDL") which caused an exception in the XFireServletController.
This is probably no big deal, but it wouldn't hurt to check for both a lower & upper case parameter.
When submitting a request from a browser through the IBM HTTP Server (Apache), I noticed that ?wsdl would not return a proper response. However, ?wsdl=true worked fine. Attached a patch to the controller to look at the QUERY_STRING of the request for "wsdl".
Also attached an updated test case to workaround a shortcoming in HttpUnit.
Brian Bonner - 31/May/05 02:37 PM When submitting a request from a browser through the IBM HTTP Server (Apache), I noticed that ?wsdl would not return a proper response. However, ?wsdl=true worked fine. Attached a patch to the controller to look at the QUERY_STRING of the request for "wsdl".
Also attached an updated test case to workaround a shortcoming in HttpUnit.
Also attached an updated test case to workaround a shortcoming in HttpUnit.