SOAP Architecture and Application Programming Interface
The SOAP adapter interface leverages the adapter architecture of the Element Management System (EMS) component in the Cisco BTS 10200 Softswitch. This architecture allows for a variety of adapters to provide operations, administration, management, and provisioning (OAM&P) by adapting the external interface to a common infrastructure in the EMS. Login sessions expire in 10 minutes with no activity. This means that a command must traverse each session once every 10 minutes to keep a session alive. This is important for any client application that deploys the use of connection pools.
The SOAP adapter uses the Apache AXIS toolkit to generate skeletons and stubs. The skeletons and stubs abstract the SOAP interface from the BTS 10200 middleware.
This code example uses the Java package tree as developed in the Cisco BTS 10200 Softswitch product. This code can vary. Other clients can specify a different package tree to contain the WSDL interface objects. See the SDK for a detailed breakdown of this script.
WSDL Overview
The WSDLis used to express the interface in the SOAP adapter. This section provides an overview of the WSDLfor the Cisco BTS 10200 Softswitch. These WSDL operations define access to the XML descriptions and documents used to provision the Cisco BTS 10200 Softswitch. A full description of the XML document is covered in a later chapter. For the most part, SOAP acts as the transport for these documents.
…
Website: www.ciscosystems.com | Filesize: 210kb
No of Page(s): 12
Click here to download SOAP Architecture and Application Programming Interface.
Related Copyrighted Books
Java and SOAP
Java Web Services: Up and Running
Java Soa Cookbook
SOAP Programming with Java
Building Web Services with Java: Making Sense of XML, SOAP, WSDL, and UDDI (2nd Edition)
Java Web Services in a Nutshell
Related Tutorial
Tags: api, Cisco BTS 10200 Softswitch, Element Management System, EMS, SOAP, SOAP Architecture
Comments
Leave a Reply