RE: Parsing problem

2006-07-28 Thread Cezar Andrei
If your message is indeed the one expected, this seems to be a bug in AXIS2. The error is quite clear, in order for XMLBeans to instantiate an object of this type com.example.transfer_xsd.AnyXmlTypeInputParamDocument it has to have an xml that has a top level element called [EMAIL PROTEC

Re: Newbie question - CData exception

2006-07-28 Thread B Moody
Figured it out - was passing the file name as a string to 'parse' - it's expecting xml. -- View this message in context: http://www.nabble.com/Newbie-question---CData-exception-tf2012623.html#a5542517 Sent from the Xml Beans - User forum at Nabble.com. -

Parsing problem

2006-07-28 Thread Fabien Couble
Hi all, I'm a new user of xmlbeans. Actually, I'm using xmlbeans with AXIS2 and i have a parsing problem. I have generated all the schemas needed by xmlbeans (a directory schemaorg_apache_xmlbeans was created ). I have no problem to send a request. the problem is located when I receive a SOA