Hello Experts,
I have a scenario Rest to Proxy sync , the REST service will be called using GET operation using below links
http://abc.def/scenario1/inp1/inp2
http://abc.def/scenario2/inp1/inp2
I have followed this https://blogs.sap.com/2015/10/26/exposing-rest-service-with-multiple-operations-in-sap-po-with-rest-adapter/ and is it successful using PUSH , but fails with GET
Unable to parse XML message payload to extract operation for receiver determinationorg.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Premature end of file.
I have followed this scenario for GET which is with single operation alone
https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/
Can you please share your thoughts on this