RE: type and Java Class

2007-11-30 Thread Cezar Andrei
It seems that you have 2 sets of the same classes in different jars. Make sure that when you compile the extension xsd you use the base.jar on the classpath so that you have only one set of compiled schema types on the classpath. See archives at

Re: XMLBeans with Axis2 - getter methods

2007-11-30 Thread Jacob Danner
If your web service was using rpc/enc (I'm gathering that from the soap:enc) you may want to make sure the namespace values you are getting back match properly with what is expected by responseDocument. Otherwise, I know I've only used XmlBeans with doc/literal services. What happens when you

just a version change in namespaces causes so much difficulties?

2007-11-30 Thread Johannes Echterhoff
Hello. We are developing a web service (A) which uses a set of schema for encoding and decoding incoming requests. One part of these schema is in the namespace http://www.opengis.net/swe/1.0. Now, the service depends upon another service (B), so is requesting information from that service.

Saxon, JAXP and classpath

2007-11-30 Thread Willis Morse
I'm attempting to use relatively complcated xpaths in a call to selectPath(), so apparently I need Saxon. Specifically, I need to do the following: Operation 1) Load an XML file and run an xslt , resulting in a new Document Operation 2) Pass this Document into my compiled XMLBeans

Re: XML generation

2007-11-30 Thread Jacob Danner
As far as I remember, xmlText was best suited for system.out display. If you want to save the file with the xml pi, try the XmlObject.save() method. Hope this helps, -jacobd On 11/28/07, baisa, darwin [EMAIL PROTECTED] wrote: Hi, I am generating XML text using my XMLBeans document object.

Re: Rv: Help with a schema file

2007-11-30 Thread Jacob Danner
As its an industry schema, you may just want to wait if you can. What errors are you seeing and what have you done to correct the issues? -jacobd On 11/27/07, Adrián Cuartero [EMAIL PROTECTED] wrote: Hi list I'm developing a program who parses files from this schema file