Gordon Ross | I've got a solution....
There appears to be an error with the Java class file produces by the wsdl2java program in Apache AXIS1 (and as we all know, in Cisco's little world, AXIS2 doesn't exist ;-) )
The problem is in the CounterType java file. Look for the line:
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
and change it to:
elemField.setXmlType(new javax.xml.namespace.QName("http://schemas.cisco.com/ast/soap/", "CounterNameType"));
Then it will work fine.
GTG |
| Please sign in to flag this as inappropriate. |