Re: XmlBeans/Restlet

2008-05-08 Thread Mike Dunn
Thierry, Thank you for your response. It works correctly when you modify the code as you suggested. Thanks again, Mike

Re: XmlBeans/Restlet

2008-05-05 Thread Thierry Boileau
Hello Mike, The problem is that when I try process it on the server side as a Resource the entity.getText() returns NULL. you can only only get or write the entity's content once. The reason is that this representation is read from a socket which can only be read once. However, you can store

XmlBeans/Restlet

2008-05-02 Thread Mike Dunn
I am trying to use XmlBeans with Restlet and am having issues. I am creating an XmlBeans document and posting the xml document as follows: AugmentedTypesDocument document = AugmentedTypesDocument.Factory.newInstance(xmlo); TeoTermsType saturatedTypes = document.addNewAugmentedTypes