Hi together,

in my Web Service / Request1, I want to store a complete node (which can grow very large and the contents structure varies) without handling that node as an object, although at the WS-API (from the view point of the user or client) this can be an object out of a list of well-known types.

In a second Request2, I want to setup the respective object directly with the literal XML stored previously in Request1 and the user should receive the as an object of a well-defined type.

I have experimented a little bit with OMElement.getText()/ setText() but this returns an empty string although the OMElement appears to have the correct content (text shows up in the QuickInfo in Netbeans when the cursor is move over the OMElement).

I have also considered the OMDataSource, but it has methods for serialization and I would actually like to avoid exactly that. I believe the contents internally exists in a serialized form (as literal XML text).

I would much appreciate a hint to the solution.


Thanks and best regards,
-Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to