Cannot encode my XML document output into UTF-8

2006-08-18 Thread Michael White
I can't properly encode my XML output file and would appreciate any help you could offer!For example, if I do the following: ByteArrayOutputStream bos = new ByteArrayOutputStream(); FileOutputStream fos = new FileOutputStream(C:/test.xml); PrintStream xmlStream = new PrintStream(fos, false,

RE: Missing addFoo() method

2006-08-18 Thread Radu Preotiuc-Pietro
Were you able to resolve this? I don't really see what you mean, can you be more specific? Radu -Original Message- From: Michael Fieseler [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 4:41 AM To: user@xmlbeans.apache.org Subject: Missing addFoo() method Hi, for an element

RE: Arrary or List in the getter and setter

2006-08-18 Thread Radu Preotiuc-Pietro
In XmlBeans "Array" gets always appended to the name. If you need it for a special type, then you can use the extension feature to add new methods to the generated classes that would be named "getFoo" and delegate to "getFooArray" but if you need that for every type you are generating, then

RE: Xml Popultating Generated objects so deep

2006-08-18 Thread Radu Preotiuc-Pietro
That is also a question for Xfire. One test you can try is extract the body of the soap message to a separate file. Parse the message from that file using XmlBeans directly and see what you get. Run validation on the parsed object and see if returns true. It could be that one of your elements is