CloudFax Server Responses

From PresenceWiki
Revision as of 22:52, 20 December 2011 by Mattpryor (Talk | contribs)

Jump to: navigation, search

This page documents the expected response messages that are returned by the CloudFax web service responses, by operation, and their meanings.

CFCreateMessageWS

200:Message Created

This indicates that the operation completed successfully. The message is now pending on the queue and will be delivered after receiving a call to the "CFSendMessageWS" operation.

400:[Error Message]

This indicates that a client error was encountered processing the operation request, which may indicate a missing required element. Please refer to the [Error Message] for more information.

500:[Error Message]

This indicates that a server error was encountered processing the operation request. Please refer to the [Error Message] for more information.

CFAddRecipientWS

200:Recipient Added

This indicates that the operation completed successfully. The message remains pending on the queue and will be delivered after receiving a call to the "CFSendMessageWS" operation.

400:[Error Message]

This indicates that a client error was encountered processing the operation request, which may indicate a missing required element. Please refer to the [Error Message] for more information.

500:[Error Message]

This indicates that a server error was encountered processing the operation request. Please refer to the [Error Message] for more information.

CFAddAttachmentWS

200: Attachment Created

Indicates that the attachment creation was successful. In addition, if a Special Handler task was specified in the SOAP request an indication will be appended here to confirm that the task ran successfully.

300: Attachment Created, Special Handler task generated warnings

The attachment was successfully uploaded but the special handler task encountered an anomaly. Details of the problem will be appended to this String.

400:[Error Message]

This indicates that a client error was encountered processing the operation request, which may indicate a missing required element. Please refer to the [Error Message] for more information.

500:[Error Message]

This indicates that a server error was encountered processing the operation request. Please refer to the [Error Message] for more information.