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. 
 
Any suggestions?

Reply via email to