Consuming and Provide webservice to client
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-03-18T00:15:44Z
Indexed on
2010/03/18
0:21 UTC
Read the original article
Hit count: 296
Hi, I got a requirement to implement a website in java which will utilize another web service.
Here is the scenario I am providing the product compare results to client and assume i am using amazon and other web services. Initially client invoke our web service and then we fetch results from merchants.
I don't want complete solution just look for consuming and create web service in java example. I searched on google but couldn't found relevant example. I prefer if example is using eclipse :)
Thanks
© Stack Overflow or respective owner