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.

SOAPSetRequestContent<br />

Syntax<br />

SOAPSetRequestContent(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 />

Sets the entire SOAP request's content from an input string or from a file.<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 />

reqDoc The input document to be used as the SOAP request content. [IN]<br />

docTypeFlag A flag indicating whether reqDoc is a string holding the actual content,<br />

or the path to a file holding the content.<br />

? 0 – reqDoc is a file holding the request content.<br />

? 1 – reqDoc is a string holding the request content.<br />

[IN]<br />

SOAPSetRequestContent Parameters<br />

SOAPSetRequestContent 1-767

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

Saved successfully!

Ooh no, something went wrong!