Hi All,
I am using file MTOM file uploading methodology of axis-2 in my application
and it works fine. But now my requirement is a bit change. Problem is
current attachment method accepts only one parameter and I have to send one
string also along with this parameter means there would be two parameters.
Current Version of MTOM Implementation
public org.apache.ws.axis2.mtomsample.AttachmentResponse
attachment(
org.apache.ws.axis2.mtomsample.AttachmentRequest param0)
throws Exception
{
// business logic goes here
}
Required
public org.apache.ws.axis2.mtomsample.AttachmentResponse
attachment(
org.apache.ws.axis2.mtomsample.AttachmentRequest param0, String str)
throws Exception
{
// business logic goes here
}
Kindly help.
-rajneesh
===================================================================================================
Private, Confidential and Privileged. This e-mail and any files and attachments
transmitted with it are confidential and/or privileged. They are intended
solely for the use of the intended recipient. The content of this e-mail and
any file or attachment transmitted with it may have been changed or altered
without the consent of the author. If you are not the intended recipient,
please note that any review, dissemination, disclosure, alteration, printing,
circulation or Transmission of this e-mail and/or any file or attachment
transmitted with it, is prohibited and may be unlawful. If you have received
this e-mail or any file or attachment transmitted with it in error please
notify OTS Solutions at [email protected]
===================================================================================================