Hello!

I just subscribed to the list, because I didn't find anything in the web & archives. In case, I didn't search well enough, please don't flame me, but send me a link where I can find more help.


Here's my question:

How can I directly use the Bean-Serializer to give him a java object and receive an XML-String or better -Stream (and the other way around, too)?


Details:

We're working on a system which should transfer java-objects via XML over our own protocol. We have to use our own protocol for several reasons. One of them is that http disconnects after each request and we need a permanent connection. We want to use the Apache BeanSerializer to automatically create XML out of java objects (and the other way around) and transfer the xml over our protocol. Unfortunately, I didn't find any detailed documentation or better helpful examples on how to directly use the BeanSerializer without doing a soap-invoke over http.


Please help!!!

Thousand thanks in advance!

Marco ;-)




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

Reply via email to