Please have a look at [1].
Thanks & regards.
-Prabath
[1]:https://svn.apache.org/repos/asf/webservices/axis2/site/1_1/mtom-guide.html
Jeff Ramin wrote:
Hi folks.
I have an existing SOAP service, and I want to add the ability to receive
binary data (an audio file). The code is hand written; not
auto-generated.
So, if I have an existing method such as:
public void doSomething(String someParam)
and I want to also receive an audio file, what would the new signature
look like?:
public void doSomething(String someParam, ???? audioFile)
Thanks!