11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

SOAPRequestWrite<br />

Syntax<br />

SOAPRequestWrite(Request, reqDoc, docTypeFlag)<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 />

Description<br />

Outputs the SOAP request in XML format to a string or to a file.<br />

Parameters<br />

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

Parameter Description<br />

1-758 <strong>UniBasic</strong> <strong>Commands</strong> <strong>Reference</strong><br />

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

reqDoc Depending on docTypeFlag, either an output string containing<br />

the SOAP request content, or a path to a file where the SOAP<br />

request content will be written. [OUT]<br />

docTypeFlag A flag indicating whether reqDoc is an output string that is to<br />

hold the request content, or a path to a file where the SOAP<br />

request content will be written.<br />

? 0 – reqDoc is a file where the request content will be written<br />

upon successul completion.<br />

? 1 – reqDoc is a string that will hold the request upon<br />

successful completion. [IN]<br />

SOAPRequestWrite Parameters

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

Saved successfully!

Ooh no, something went wrong!