Difference between revisions of "CloudFax Server Responses"

From PresenceWiki
Jump to: navigation, search
(300: Attachment Created, Special Handler task generated warnings)
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
  
 
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.
 
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 / errors ===
 +
 +
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] ===
 
=== 400:[Error Message] ===

Latest revision as of 10:36, 21 December 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.

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 / errors

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.