Michael Schuerig a écrit :

I'm still pretty new to web services in general and Axis in particular. I have a case, where I don't want to generate the value returned from a call not from objects. I have the ResultSet from a database query and would like to avoid first binding its rows to objects which are later converted to XML anyway. Instead, I'd prefer to generate a suitable XML representation myself -- that is if I knew how it ought to look and how to tell Axis to use it. Any pointers are appreciated.


You should use document/literal style SOAP messages, using Axis' Message style.
Check the archives, someone provided some good examples a few days ago :)


--
Julien

Reply via email to