How to ignore empty GET-Requests?
"Weck, Andreas" <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have implemented a small webservice under Tomcat 7 and AXIS 2. These webservice receives SOAP-Messages from JBoss Sever (I don't have the code).
Request:
-----------
GET /Receiver/services/MessagePort/ HTTP/1.1\r\n
The AXIS Frameworks response this:
---------------------------------------------
HTTP/1.1 500 Internal Server Error\r\n
......
<soapenv:Reason
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Text
xml:lang="en-US">
The endpoint reference (EPR) for the Operation not found is /Receiver/services/MessagePort/ and the WSA Action = null. If this EPR was previously reachable, please contact the server administrator.
</soapenv:Text>
</soapenv:Reason>
Is there any configuration to ignore the empty GET Request?
Regards,
Andreas