The WSDL supplied by Cisco for the their AXLAPI web service is not consumable by WCF Add Service Reference or ASMX Add Web Reference - it produces code that blows up in the Xml Serializer
Apparently the WSDL works fine from Java toolkits
I only need to use one operation on the web service - doAuthenticateUser. Does anyone have an example request message so I can see what I have to build to send a message that gets accepted?
Just got this response from the Cisco forums so to complete this:
Sample Request:
and a response for good measure