Axis isn't really designed to work with XML strings particularly well. It works with Java objects (RPC, Wrapped, and Document styles) and with XML DOM (message style). I suggest you convert your strings to DOM and use the messaging style. See the documentation.
Anne On 6/9/05, Johan Kumps <[EMAIL PROTECTED]> wrote: > Hi all, > > I would like to deploy a webservice using Axis 1.2 with a XML-string as input > parameter and a XML-string as return value. > > Can you point me in the right direction? Code sample? > > Thanks in advance, > > Kind regards, > > Johan Kumps > > >
