Support Article
Invalid HTTP method: GET
SA-1312
Summary
below exception is seen several times in the PegaRULES log file.
( services.soap.SOAPService) ERROR - Invalid HTTP method: GET
Error Messages
( services.soap.SOAPService) ERROR - Invalid HTTP method: GET
Steps to Reproduce
NA
Root Cause
Above exception is thrown from the SOAP Service. SOAP service calls are POST method, but in this case its call with HTTP Method GET.
From the http access log of the application server and timestamp of the error message in PegaRULES log file, identified the client IP address that made this GET call and fixed it.
Resolution
SOAP Clients only to make HTTP Post call to SOAP service, otherwise change the client.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.