Specifications

11-113
Cisco CRS-1 Series Carrier Routing System XML API Guide
OL-4596-02
Chapter 11 XML Transport and Event Notifications
CORBA XML Limitations
The CORBA XML agent is started as follows:
router# configure terminal
router(config)# xml agent corba ssl
router(config)# commit
router(config)# exit
CORBA XML Limitations
The following limitations apply to the XML transport over CORBA:
The maximum size of the response data returned to the client application is 32 KB. Responses
containing more than 32 KB is returned through iterators as described in Chapter 7, Cisco CRS-1
Series XML and Large Data Retrieval (Iterators).
The maximum number of simultaneous client logins that is accepted by the CORBA XML agent is
five. Each client may in turn have up to four open connections.
The inactivity timeout for a client connection is 15 minutes. After this timeout, the client connection
is terminated by the CORBA XML agent.
Client Object Request Brokers may have buffer limits that need to be adjusted for large XML
responses.
XML Agent Errors
All the errors are returned as XML responses with embedded error codes and messages as defined in
Chapter 10, Error Reporting in Cisco CRS-1 Series XML Responses.
Table 11-2 describes the error codes specific to the XML agent for CORBA.
Table 11-2 XML Agent Error Codes
Error Code Description
0x00000000 Success
0x7FFF0001 Login session failed to authenticate
0x7FFF0002 Login session start failed
0x7FFF0003 Login session activation failed
0x7FFF0004 Login session context invalid
0x7FFF0005 XML response dump from XML infrastructure has failed
0x7FFF0006 XML parsing in XML infrastructure has failed
0x7FFF0007 Login session handle or context is invalid