Jeff, I just found this website: http://www.w3.org/2000/xp/Group/4/08/implementation.html
Which has implantation examples for MTOM. It shows what the request and response look like. Hope this helps. -Ryan -----Original Message----- From: Jeff Ramin [mailto:[email protected]] Sent: Thursday, August 27, 2009 2:34 PM To: [email protected] Subject: adding MTOM/SwA functionality 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! -- Jeff Ramin Software Engineer Singlewire Software PO Box 46218 Madison, WI 53744-6218 Phone Direct - 608.298.1024 www.singlewire.com
