Re: need help of a cisco professional ( SOAP / AXL / CCM)

Jörg Wiesmann <[email protected]> Wed, 26 Jul 2006 08:24:22 +0200
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <[email protected]>
Hi David,

i figured out, that we installed the latest SR 2 month ago.
Our Version is: 413 SR3a.

The main "bug" seems to be, that every "list*" request, gives back a
XML-Result with
the wrong namespace, it is:
xmlns:axl="http://www.cisco.com/AXL/1.0"
i guess it has to be
xmlns:axl="http://www.cisco.com/AXL/API/1.0"
cause also the generated classes (by xjc) want to have this namespace.
If you just replace the string you can easily unmarshal the response.
If not, you will receive an error, that the namespace is not correct ..
( see my first post ).
correct me if i am wrong!

Also there are some bugs, creating the *.java classes, using xjc (
webservice / JAXB )
If you are interested in these bug, here they are:

C:\>c:\Sun\jwsdp-2.0\jaxb\bin\xjc.bat c:\serverAXL2\axlsoap.xsd
parsing a schema...

[ERROR] s4s-elt-invalid-content.1: The content of
'UpdateVoiceMailPilotReq' is invalid.  Element 'sequence' is invalid,
misplaced, or occurs too often.
  line 3799 of file:/C:/serverAXL2/axlsoap.xsd

[ERROR] e-props-correct.2: Invalid value constraint value 'false' in
element 'uuid'.
  line 522 of file:/C:/serverAXL2/axlsoap.xsd

[ERROR] e-props-correct.2: Invalid value constraint value 'false' in
element 'isDefault'.
  line 3935 of file:/C:/serverAXL2/axlsoap.xsd

[ERROR] InvalidRegex: Pattern value '((0x[0-9a-fA-F]+)|([-\d]\d*))*' is
not a valid regular expression. The reported err
or was: ''-' is an invalid character range. Write '\-'.'.
  line 3172 of file:/C:/serverAXL2/axl.xsd

[ERROR] InvalidRegex: Pattern value '((0x[0-9a-fA-F]+)|([-\d]\d*))*' is
not a valid regular expression. The reported err
or was: ''-' is an invalid character range. Write '\-'.'.
  line 3182 of file:/C:/serverAXL2/axl.xsd

[ERROR] InvalidRegex: Pattern value '((0x[0-9a-fA-F]+)|([-\d]\d*))*' is
not a valid regular expression. The reported err
or was: ''-' is an invalid character range. Write '\-'.'.
  line 3192 of file:/C:/serverAXL2/axl.xsd

[ERROR] cos-nonambig: "":tunneledProtocol and "":tunneledProtocol (or
elements from their substitution group) violate "U
nique Particle Attribution". During validation against this schema,
ambiguity would be created for those two particles.
  line 6701 of file:/C:/serverAXL2/axlsoap.xsd

[ERROR] cos-nonambig: "":tunneledProtocol and "":tunneledProtocol (or
elements from their substitution group) violate "U
nique Particle Attribution". During validation against this schema,
ambiguity would be created for those two particles.
  line 780 of file:/C:/serverAXL2/axl.xsd


greets Joerg Wiesmann

Thank you !

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JTAPI-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".