Deserialize XML-File to Axis-generated Object

P

pico77

hi folks,

i have a xml-file similar to the payload of my soap-message i want to
send.
i have to read that file and to create the corresponding object.
it would be fine to use the axis-deserializing mechanism that also
deserializes the objects to insert them in the soap body.

example for payload/xml-file:
<root>
<parm1>value1</parm1>
<parm2>value2</parm2>
</root>

Typedescription and (De-)Serializer are included in the java-classes.

actually i dont know how to access the deserializer of the axis
toolkit.

i know that i would do deserialze twice but that doesnt matter.

thanks for help.

best regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top