Class HTTPFormService

Represents an HTTP Form POST Service.

All arguments passed to the call method will be URL-encoded and set as name/value pairs in the HTTP request body. The HTTP request will be a POST with a content-type of application/x-www-form-urlencoded.

Constructor Summary 

This class does not have a constructor, so you cannot create it directly.

Method Summary 

Methods inherited from class HTTPService 

addHeader, addParam, getAuthentication, getCachingTTL, getClient, getEncoding, getHostNameVerification, getIdentity, getOutFile, getRequestMethod, setAuthentication, setCachingTTL, setEncoding, setHostNameVerification, setIdentity, setOutFile, setRequestMethod

Methods inherited from class Service 

call, getConfiguration, getCredentialID, getRequestData, getResponse, getURL, isMock, isThrowOnError, setCredentialID, setMock, setThrowOnError, setURL

Methods inherited from class Object 

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!