On Fri, Sep 4, 2009 at 8:45 PM, VanIngen, Erik (FIES) <[email protected] > wrote:
> Situation: > I have a WSDL with complete specification of input and response messages. I > would like to use Axis2 with ADB for the input message and would like to > generate the service layer. > > However the return message is a problem. The backend of my application > produces a validated org.w3c.Document. This should be the Soap body element. > I would like to link this directly to the Soap response message. Without > using the ADB for this, because it does not makes sense and would be bad for > performance as well. > Axis2 uses the Axiom internally to represent the xml info set. So your soap envelope should be an Axiom object. There is not direct way I can think of doing this. thanks, Amila. > > Any suggestions? > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
