In the MTOM sample the following wsaw:action is specified in the wsdl for the 
output
message:
-------
wsdl:output message="tns:AttachmentResponse"
        
wsaw:Action="http://schemas.xmlsoap.org/wsdl/MTOMServicePortType/AttachmentResponse";
-------

What is the significance of this and how does AXIS2 handle this?

If I want to use asynchronous invocation of this service which requires the 
service to
send the response message to a different address (using replyTo), how would I 
change the
WSDL? I understand that I would have to change the client to set the 
wsa:replyTo on the
message, but my question is that how can I state in the WSDL that a separate 
replyTo
address need to be specified by the client when invoking the service?

Thanks,
Shantanu Sen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to