Hi,
I'm trying to call an external restfull webservice through doHTTPRequest, as described in SC (6.1.4) JavaScript Programming Guide, but without success...
This external webservice accepts only http POST method and waits for two parameters: 'name' and 'type'. According to programming guide, doHTTPRequest has a POST body parameter (String type) that should contain the the body of a POST command request. I've tried several ways to set the parameters and all got into error.
Does anybody got succeeded on this?
Thanks!



Reply With Quote

Bookmarks