The moose likes Web Services and the fly likes Sending files from desktop web client to JAX-WS web service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Sending files from desktop web client to JAX-WS web service" Watch "Sending files from desktop web client to JAX-WS web service" New topic
Author

Sending files from desktop web client to JAX-WS web service

Karol Matysiak
Greenhorn

Joined: Aug 30, 2012
Posts: 20
Hello.

I'm using JAX-WS web service which stands on tomcat6 server. I want to upload and download files through the web service. Since 2 weeks I saw many examples, I have read alot of posts and nothing worked. I think that the best way to send those files would be MTOM, but I don't know how to implement it. I tihnk that I have read almost everything but maybe somebody knows where is good example how to do this? It can use soap attachments or mtom or anything else, but it should be able to transfer various files as pdf, doc, images.

Best Regards.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Sending files from desktop web client to JAX-WS web service
 
Similar Threads
Jax-ws 2.1 webservice and jetty 5
how to convert my legacy code using JAX-RPC to JAX-WS
JAX-RPC client for JAX-WS service
sending pdf or any attachment from a java webservice to java client using JAX-WS and SAAJ
Sending big file using web service