Метод XmlRequest (Объект IIngeoApplication)


Выполнить XML-запрос.

Синтаксис

ЯзыкОписание
VBScript, JavaScriptFunctionXmlRequest(aRequest, anOptions)
Visual BasicFunction XmlRequest(ByVal aRequest As Variant, ByVal anOptions As Long) As Variant
Delphifunction XmlRequest(aRequest: OleVariant; anOptions: Longint): OleVariant;
C, C++HRESULT XmlRequest(VARIANT aRequest, long anOptions, VARIANT* Value);

Параметры

aRequest
Строка, содержащая XML-запрос.
anOptions
Должен быть равен inxrReturnString.

Возвращаемое значение

Текст ответа в формате XML.

См.также

XmlRequests