Testing a Java 6.5 Service from Chrome extension "Advanced REST Client"

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Is it possible to test a java service from Chrome extension "Advanced REST Client"? I tried, but always getting response {"httpStatusCode":-1,"opstatus":5001,"errmsg":"Mandatory request params channel is missing or null"}. Please find attached screenshot.

Thanks in advance.

Hello Community! Any help here ?

Hi,

We can use the Advanced REST Client chrome extension to test the services. Based on the attached screenshot you are passing the info in the Raw Header. Instead o Header can you use the body to send the data in the below format.

appID=BestBuy&serviceID=NewOperation&channel=wap

I think I am passing the info in body only. In the header I am passing only Content-Type and Accept, both are header parameters.

Please note I am calling a JSON service by using POST, so not sure the format you suggested will work.

Meantime, I upgraded my Advanced REST client to v 10, and please see the screenshots in the new version.

Thanks.