> > The first one is rpc-style and the second one(the one which u want) > > is document style. In the document style, you can send plain xml > > inside the body of the soap envelope. > > If you are using Apache soap-2.2, read about writing message server/clients > > in the documentation there.
Maybe I don't understand, but why can't he just use a standard SOAP RPC request and return a String that contains the XML response? David
