IPWorks 2020 JavaScript Edition

Questions / Feedback?

Params Property

A collection of parameters for the SOAP Method .

Syntax


 getParams(): SOAPParamList;

 setParams(params: SOAPParamList): void;

Default Value

0

Remarks

When using SendRequest, this property can be populated with the parameters to include in the request to the SOAP Method.

When receiving SOAP responses from the server, the component parses the response envelope parameters into the collection.

This property is not available at design time.

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