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.

SOAPGetFault<br />

Syntax<br />

SOAPGetFault(respData, soapFault)<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 />

Parses the response data from SOAPSubmitRequest after receiving a SOAP Fault,<br />

into a dynamic array of SOAP Fault components.<br />

Parameters<br />

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

Parameter Description<br />

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

respData Response data from SOAPSubmitRequest after receiving a SOAP fault.<br />

[IN]<br />

soapFault Dynamic array consisting of Fault Code, Fault String, and optional Fault<br />

Detail, for example:<br />

@AM@AM@AM<br />

Fault code values are XML-qualified names, consisting of:<br />

? VersionMismatch<br />

? MustUnderstand<br />

? DTDNotSupported<br />

? DataEncoding Unknown<br />

? Sender<br />

? Receiver<br />

SOAPGetFault Parameters

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

Saved successfully!

Ooh no, something went wrong!