REST service request string
Hi,
I have been trying to create a restful service which returns json response. When I run the service using the Run feature, the response is returned fine. But when I call the service using SoapUI/ Pega Connector, I get Invalid Request. The service is of type Get. This error normally comes when the request parameters passed are incorrect, but I am making sure they are fine.
Any suggestions as to where am I going wrong?