Difference between revisions of "CloudFax Server Responses"

From PresenceWiki
Jump to: navigation, search
 
Line 6: Line 6:
  
 
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.
 
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] ===
 
=== 400:[Error Message] ===

Revision as of 16:12, 18 October 2011

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.