All,If you use message call, you can specify your own tag. See Apache SOAP example in samples/messaging. At server side, after you get
Is there away in a soap request to specify what the response and result tags are named in the soap response?
Thanks,
-Steve Pruitt
request and parameters, you can call resCtx.setRootPart(ResponseString, "text/xml") in yourMethod(Envelope env, SOAPContext reqCtx,
SOAPContext resCtx). But I am afraid you can pass object in message call.
-Daniel