Communication between web services on different servers
Posted
by Tyler
on Stack Overflow
See other posts from Stack Overflow
or by Tyler
Published on 2010-04-05T06:20:41Z
Indexed on
2010/04/05
6:23 UTC
Read the original article
Hit count: 303
Hi,
I have 2 different webservices running on 2 different tomcat application servers (w/ axis2 web service engine) (Webservice A runs on Server A and Webservice B runs on Server B).
How can web service A on Server A pass Data A (file) to Web Service B on Server B? I am new to web services and would appreciate any help in this regard.
Thanks!
© Stack Overflow or respective owner