Hi
First: as Jacques-Antoine Ollier suggested use GET
Second: What is trace showing for "ws_result.Code",
Third: HttpResource is empty, check the REST API
for example in that API http://www.example.com/customers/
Customer is Resource and you can make URL as below syntax
HttpResource = "/customer";
Regards
Sunil