The moose likes Web Services and the fly likes Axis WebService with Attachments Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis WebService with Attachments" Watch "Axis WebService with Attachments" New topic
Author

Axis WebService with Attachments

Andr� Vilardo
Greenhorn

Joined: Aug 03, 2005
Posts: 2
Hi guys!

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
This article on developerWorks discusses SOAP Attachments using Apache SOAP, not Axis, but it should get you started.


Android appsImageJ pluginsJava web charts
Andr� Vilardo
Greenhorn

Joined: Aug 03, 2005
Posts: 2
Thanks,

but a don�t know if this would help me! Because I creating an Axis structure and I don�t know if this samples would help me!

I don�t have many experience in WebService.

Thank you, for your help!
Andr�
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32767
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.
 
 
subject: Axis WebService with Attachments
 
Threads others viewed
Simple Web Service: What to call it?
WebService terminologies
Sample Webservice
UDDI registry
JCA for small systems
MyEclipse, The Clear Choice