On Wed, Sep 29, 2010 at 10:42 PM, Norbert Hartl
<norbert(a)hartl.name> wrote:
Ah, now I see :) If we are talking about
Magritte-XMLBinding that I know. It
can be found here (
http://source.lukas-renggli.ch/magritteaddons). And
right, it knows nothing about SOAP. But this should be achievable quite
easy. Some can map the objects including relationships in a SOAP way (it's
only plain nested objects). Then there is only the SOAP envelope missing.
Would be a good use case to improve the xml binding. I just don't like SOAP
:)
Thank you very much. In fact, I didn't want to do SOAP at all. It's
just that Lukas told me about such a library that I could have a look
at to help me create a Pier<->XML serializer. Looks like this library
does not exist after all :-).
What do you want to do? Just serialize pier? That you can do with Sixx. It will
serialize the object graph with type dependent xml elements.
Norbert