Web Service Error Handling

SOAP fault messages will only be returned in the unlikely event that a critical system fault occurs. Application level errors and invalid parameters errors are indicated using status codes as return values. See section Status Code Table.

Service XML document validation errors are returned via output parameters.

![CDATA[<?xml version="1.0" encoding="utf-8" ?><Error>
  <Message>
<![CDATA[You do not have permission to use the 'Queue' node]]>
  </Message>
</Error>]]

Last updated

Was this helpful?