Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 2 attributes, 1 element |
Defined: |
globally in myInbox.xsd; see XML source |
Includes: |
definition of 1 element |
Used: |
never |
XML Representation Summary |
|||||||||
<sendMessageResponse |
|||||||||
|
|||||||||
> |
|||||||||
|
|||||||||
</sendMessageResponse> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The response to sendMessage is used to indicate the success of the operation as well
</xsd:documentation>
as the new id associated with any messages that were saved as a result of this method. <xsd:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:element name="newBlueId" type="hs:newBlueIdType">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
The new id of the message that was saved in myInbox
</xsd:documentation>
</xsd:element>
|
Type: |
|
Use: |
optional |
Defined: |
Type: |
|
Use: |
required |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute indicates the status of the method.
</xsd:documentation>
<dl>
<dt>success</dt>
</dl>
<dd>
The corresponding method was completed successfully.
</dd>
<dt>failure</dt>
<dd>
The corresponding method was not completed successfully.
</dd>
<dt>rollback</dt>
<dd>
The method failed, but was rolled back to its
</dd>
pre- <b>updateBlock</b>
status.
<dt>notAttempted</dt>
<dd>
The corresponding method was not attempted. This occurs when
</dd>
a previous operation failed. </xsd:attribute>
|
Type: |
hs:newBlueIdType, empty content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The new id of the message that was saved in myInbox
</xsd:documentation>
</xsd:element>
|