CloudFax Server Responses

From PresenceWiki
Revision as of 16:12, 18 October 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.