• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Web Services to transmit files

 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Alf,

To send files from server A to server B using web services, you can use SAAJ with JAX-RPC.
SAAJ allows attachments to SOAP messages (text, sound, images)
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.

I need to transmit files, from one machine to other, and in the other side also. The computers are separated by a firewall, and I have been ask, to use only the http protocol.

We have an application server in each machine, then I have thougth to use Web Services.

The problem, is that the files, are put in each machine by another program, and the systems has to check for new files, and when a new file is created in a computer, to be sent to the other.

One computer is a zOS 390 machine, and the other is a Win2000.

Any ideas??

Thanks.
 
Try 100 things. 2 will work out, but you will never know in advance which 2. This tiny ad might be one:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic