4D v14.3WEB SERVICE SET PARAMETER |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
WEB SERVICE SET PARAMETER
WEB SERVICE SET PARAMETER
The WEB SERVICE SET PARAMETER command enables the definition of a parameter used for a client SOAP request. Call this command for each parameter in the request (the number of times the command is called depends on the number of parameters). In name, pass the name of the parameter as it must appear in the SOAP request. In value, pass the 4D variable containing the value of the parameter. In the case of proxy methods, this variable is generally $1, $2, $3, etc., corresponding to a 4D parameter passed to the proxy method when it was called. It is, however, possible to use intermediary variables. Note: Each 4D variable or array used must first be declared using the commands of the theme Compiler or Arrays. By default, 4D automatically determines the most appropriate SOAP type for the name parameter according to the content of value. The indication of the type is included in the request. However, you may want to “force” the definition of the SOAP type of a parameter. In this case, you can pass the optional soapType parameter using one of the following character strings (primary data types):
Note: For more information about XML data types, refer to the URL http://www.w3.org/TR/xmlschema-2/ |
PROPERTIES
Product: 4D
HISTORY
Created: 4D 2003 SEE ALSO
WEB SERVICE CALL ARTICLE USAGE
4D Language Reference ( 4D v14 R2) Inherited from : SET WEB SERVICE PARAMETER ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||