SOAPParam Type

A parameter for the SOAP Method .

Remarks

This type describes a parameter of the SOAP Method. SOAPParam has fields to describe the name, value, and any attributes of the parameter being described.

Fields

Attrs
String

Extra attributes for the parameter.

Name
String

The name of the Method parameter.

Value
String

The value of the Method parameter.

Constructors

constructor Create();
constructor Create(valName: String; valValue: String);

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Delphi Edition - Version 20.0 [Build 8307]