11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SOAPSetParameters<br />

Syntax<br />

SOAPSetParameters(Request, URI, serviceName, value)<br />

Note: This function is case-sensitive. If you want it to be case-insensitive, you<br />

must compile your programs using the BASIC command with the -i option.<br />

Descripton<br />

Sets up the SOAP request body, specifying a remote method to call along with the<br />

method's parameter list.<br />

Parameters<br />

The following table describes each parameter of the syntax.<br />

Parameter Description<br />

Request Handle to the request created with SOAPCreateRequest. [IN]<br />

namespace A string that is used as the namespace URI for the SOAP call. [IN]<br />

method The name of the method to be called. [IN]<br />

paramArray A dynamic array containing the method parameters for the SOAP call.<br />

Each method parameter consists of the following values:<br />

? A parameter name<br />

? A parameter value<br />

? A parameter type (if type is omitted, xsd:string will be used.<br />

name, value, and type are separated by @VM. Additional parameters are<br />

separated by @AM, as shown in the following example:<br />

@VM@VM@AM@VM@VM...[IN]<br />

SOAPSetParameters Parameters<br />

SOAPSetParameters 1-763

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!