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

Reply via email to