Hi, Can someone tell me how to handle SOAP-Structs with Axis ? For example how to handle a SOAP-Response like this one: .... <e:Book> <author>Henry Ford</author> <preface>Prefatory text</preface> <intro>This is a book.</intro> </e:Book> .... Regards, Thomas