Oracle® Communications Diameter Signaling Router Subscriber Database Server Provisioning Interface Release 8.3 E93213 |
|
![]() Previous |
![]() Next |
This is the start of your topic.
The
<readDomainResponse>
response returns the result
of the request to read Domain Identifiers. Only those Domain Identifiers that
are found are returned. The response message contains up to nine destinations
(1 for each destination type, such as
<ltehss>
) for each domain identifier value. Only
provisioned destination names are displayed. (that is, destination names="none"
are not displayed).
Response Format
<SOAP-ENV:Body>
and
</SOAP-ENV:Body>
XML tags of a SOAP response
message as shown in
SOAP Response Messages.
<ns3:readDomainResponse> <result affected="affected" error="error" [description="description"]> </result> [ <resultSet> <domain domain="domainIdentifier"> [ <imshss>imshss</imshss> ] [ <ltehss>ltehss</ltehss> ] [ <pcrf>pcrf</pcrf> ] [ <ocs>ocs</ocs> ] [ <ofcs>ofcs</ofcs> ] [ <aaa>aaa</aaa> ] [ <userdef1>userdef1</userdef1> ] [ <userdef2>userdef2</userdef2> ] [ <mtchss>mtchss</mtchss> ] </domain> [ ... <domain domain="domainIdentifier"> [ <imshss>imshss</imshss> ] [ <ltehss>ltehss</ltehss> ] [ <pcrf>pcrf</pcrf> ] [ <ocs>ocs</ocs> ] [ <ofcs>ofcs</ofcs> ] [ <aaa>aaa</aaa> ] [ <userdef1>userdef1</userdef1> ] [ <userdef2>userdef2</userdef2> ] [ <mtchss>mtchss</mtchss> ] </domain> ] </resultSet> ] </ns3:readDomainResponse>
Response Parameters
Table 9-30 <readDomainResponse> Parameters (SOAP)
Parameter | Description | Value |
---|---|---|
error | Error code that indicates whether or not operation was successfully executed. | 0 for success, non-zero for failure. |
affected | The number of routing entities read. | 0-10 |
description (Optional) | A textual description associated with the response. This field may contain more information as to why a request failed. | A string with 1 to 1024 characters. |
<resultSet> SOAP tag (Optional) | Indicate rows of data are returned. If no records are being returned, this tag will not be present. | |
domain | The domain Identifier name, which is used for configuring external identifier by associating them with local identifier values. Must have one or up to 10 domain identifier values. | A string with 1 to 128 characters. |
imshss (Optional) | The name of the IMS HSS destination. | A string with 1 to 32 characters. |
ltehss (Optional) | The name of the LTE HSS destination. | A string with 1 to 32 characters. |
pcrf (Optional) | The name of the PCRF destination. | A string with 1 to 32 characters. |
ocs (Optional) | The name of the OCS destination. | A string with 1 to 32 characters. |
ofcs (Optional) | The name of the OFCS destination. | A string with 1 to 32 characters. |
aaa (Optional) | The name of the AAA server destination. | A string with 1 to 32 characters. |
userdef1 (Optional) | The name of the first user defined destination. | A string with 1 to 32 characters. |
userdef2 (Optional) | The name of the second user defined destination. | A string with 1 to 32 characters. |
mtchss (Optional) | The name of the MTC HSS destination. | A string with 1 to 32 characters. |
Response Error Codes
Table 9-31 lists common error codes for this command. See SDS Response Message Error Codes for a complete list of error codes.
Table 9-31 <readDomainResponse> Error Codes (SOAP)
Error Code | Description |
---|---|
SUCCESS | The update request was successfully completed. |
DOMAIN_IDENTIFIER_NOT_FOUND | Domain Identifier does not exist. |
NO_DOMAIN_VAL | No Domain Identifier value supplied. |