03-09-2015 10:44 AM
Hello,
I need to test access to the Call Manager web service through a WSDL file. Does anyone know where to get a simple file with a method as adduser or get user to test?
Or an explanation how to create a new WSDL?
Thank you
Rui
03-09-2015 01:56 PM
Start up the Call Manager web UI. Go to Application->Plugins and click Find. Download the Cisco AXL Toolkit. You'll get a zip file that has several AXL WSDL files (and XSD files) in it under the subdirectory "schema". You can edit those if you really need something smaller than what's provided. Or you can simply use one of the WSDL files as is. There are no Cisco-provided WSDL files pared down to include just one or a few APIs.
03-10-2015 04:26 AM
Hi Nicholas,
Thank you for your reply. I export the WSDL as you suggest, then i try to validate the WSDL in the following site: www.wsdl-analyzer.com
After i upload the "AXLAPI.WSDL" and "AXLSoap.xsd" the site gives the error bellow.
"The uploaded file schemaImport-0.xml is not a WSDL document. The root element of this document is:
{http://www.w3.org/2001/XMLSchema}schema
instead of
{http://schemas.xmlsoap.org/wsdl/}definitions.
Please upload the right document."
I try to change the line identified in the error, but another error appear. There is something wrong with the WSDL files.
Do you know anything i can do?
Thank you,
Rui
03-10-2015 09:37 AM
I'm not familiar with www.wsdl-analyzer.com. The WSDL works fine, so I'm not sure what your goal is.
03-10-2015 10:12 AM
My goal is to use the files in System Center Orchestrator. And usually i only need to upload the wsdl and choose the method i want to use. In this case for some reason i can't.
So i test the file with another tool to see if there is a problem and appear the error above.
One question. In the WSML is declared this lines:
The hyperlinks that are declared they supposed to work? When i click in this links they don't work. (404 Page Not Found)
03-13-2015 11:07 AM
Hi,
I'm trying to use the WSDL on a .Net client. I read the in Cisco AXL Toolkit a readme file to generate a CS file, and to make some changes in code.
But i don't understand you to create a CS project and to transforme that project into Web service and how to genereta a WSDL file. Can someone help me? Someone know a how to step by step to do what i need?
Thank you,
Rui
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide