cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
268
Views
0
Helpful
2
Replies

wsdl for 4.1.2

zacharyshaw
Level 1
Level 1

The AXL API documentation for 4.1.2 does not seem to contain the AXLAPI.wsdl file that 4.0.1 and 3.3 had. Is cisco not supporting this any longer?

1 Accepted Solution

Accepted Solutions

stephan.steiner
Spotlight
Spotlight

The AXL developer documentation (http://www.cisco.com/application/pdf/en/us/guest/products/ps5820/c1667/ccmigration_09186a00802e0e7d.pdf) mentions the following:

The complete AXL schema (including details of all requests, responses, XML objects, data types, etc.)

is encapsulated in the following four files found on the Cisco CallManager server: axlsoap.xsd, axl.xsd,

axlmessage.xsd, and AXLEnums.xsd. The default path is: C:\CiscoWebs\API\AXL\V1.

If you go to that directory on your call manager, you'll find another file, AXLAPI.wsdl. It seems they no longer include it in the documentation but it's still present on the call manager, and you can even use it as a web reference: http:///CCMApi/AXL/V1/AXLAPI.wsdl

Hope that helps.

View solution in original post

2 Replies 2

stephan.steiner
Spotlight
Spotlight

The AXL developer documentation (http://www.cisco.com/application/pdf/en/us/guest/products/ps5820/c1667/ccmigration_09186a00802e0e7d.pdf) mentions the following:

The complete AXL schema (including details of all requests, responses, XML objects, data types, etc.)

is encapsulated in the following four files found on the Cisco CallManager server: axlsoap.xsd, axl.xsd,

axlmessage.xsd, and AXLEnums.xsd. The default path is: C:\CiscoWebs\API\AXL\V1.

If you go to that directory on your call manager, you'll find another file, AXLAPI.wsdl. It seems they no longer include it in the documentation but it's still present on the call manager, and you can even use it as a web reference: http:///CCMApi/AXL/V1/AXLAPI.wsdl

Hope that helps.

got the file and built my stubs, thanks. I'm using axis to create java stubs and it requires the wsdl file. I know there are other ways to do it with the xsd files using castor or jaxb but I know axis well enough at this point.