I am finding examples of WebService that sends files enclosed with the xml, I have little experiencia in the matter, alguem already utilized somewhat of this kind?
Thanks, Andr�! :roll:
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
This article on developerWorks discusses SOAP Attachments using Apache SOAP, not Axis, but it should get you started.
If you don't know if it will help you I'd suggest reading it, then you'll know SOAP with Attachments is a standard way to transfer files using a web service; why invent you own mechanism when there is a mature standard? Whether it's Apache Axis or Apache SOAP on the server matters little, because the details are mostly on the client side.