MessageID
com.sap.SOA.wsr.030104
Equivalent MessageIDs
n/a
Detailed Information
Expected request method POST, but found GET and vice versa.
Possible Impact
- You get HTTP Error: 405 Method Not Allowed
- Error com.sap.SOA.wsr.030104 - Expected request method <RightMethod>. Found <WrongMethod>.
Next Steps
- If you want to visualize the web service WSDL, check if the URL contains '?wsdl' parameter. If not add it and try again.
- If you try to request the webservice endpoint, then depending on the error message, make the request using the expected request method given in the error message.
- If it comes when configuring ADS, then this is the correct behaviour (not error). See for details the note:
#1177315 – ADS RFC destination test return 403 / 404 / 405 code
Sample logs
- Example log recorded in log files of SAP Java AS server on Provider side :
Error: com.sap.SOA.wsr.030104* - Expected request method POST. Found GET.
- Error you get in in web browser on Client side :
com.sap.engine.services.webservices.espbase.server.additions.wsa.WSAddressingException: com.sap.SOA.wsr.030104 - Expected request method POST. Found GET.
Document Mode
In review