Execute a Request.

Syntax

ISWebService.ExecuteRequest(requestUrl, httpPost, requestString, responseText, [contentType], [response], [ignoreResponseText], [ignoreCertificateWarnings])

Parameters

NameTypeOptionalByRefDescription
requestUrl String The Request URL.
httpPost Boolean Indicates whether to send the Request as an HTTP POST. If False then the request will be sent as an HTTP GET.
requestString String The Request String.
responseText String ByRef The Response Text.
contentType String Optional The 'Content-Type' header to write. If omitted, a value of text/xml is assumed.
response HttpWebResponse Optional ByRef The Response object. If omitted, a value of Nothing is assumed.
ignoreResponseText Boolean Optional If set to 'True' then the response stream will not be read into the responseText parameter. If omitted, a value of False is assumed.
ignoreCertificateWarnings Boolean Optional Indicates whether to ignore SSL Certificate Warnings. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISWebService
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0