You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Weck, Andreas" <An...@ldi.rlp.de> on 2014/09/15 09:46:04 UTC

How to ignore empty GET-Requests?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org