.net client to axis2 server with attachments?

  • Thread starter Thread starter dwilcoxen
  • Start date Start date
D

dwilcoxen

I am looking for an example of how to connect from a .Net Windows
client to an Axis (Java) web service, and upload a binary file to it
using SOAP with attachments, or MTOM, or whatever works. If anyone's
done this or found a good reference please point me the right way.
Thanks.
 
I'll answer my own question: You download WSE 3.0, instantiate a proxy
to your Java service, and populate its methods' binary data
parameter(s) normally. I was making it more complicated than
necessary, as is my wont.
 
Back
Top