We only support GET for WSDL and XML schema retrievals.
I am doing a WSDL retrieval:
http://localhost:8080/my-ejb?schema
This fails from something like SOAP-UI:
"Error importing wsdl"
In a web browser, I see
"HTTP GET not supported"
I have occasionally, but not always seen this. In fact, the same WSDL from the Same web app successfully loaded last week.
What could the difference be and how do I find out what is wrong?