Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   how to call webservices in java? (http://www.velocityreviews.com/forums/t945188-how-to-call-webservices-in-java.html)

saurabh 04-06-2012 01:19 PM

how to call webservices in java?
 
how to call webservices in java?

markspace 04-06-2012 03:37 PM

Re: how to call webservices in java?
 
On 4/6/2012 6:19 AM, saurabh wrote:
> how to call webservices in java?



I'm sorry, I don't really understand the question. You have a couple of
options. One is JEE/Servlets, the other is some form of SOAP or REST.

<http://jax-ws.java.net/articles.html>


Lew 04-06-2012 05:47 PM

Re: how to call webservices in java?
 
On Friday, April 6, 2012 6:19:01 AM UTC-7, saurabh wrote:
> how to call webservices in java?


http://lmgtfy.com/?q=how+to+call+webservices+in+Java

--
Lew

Roedy Green 04-06-2012 10:07 PM

Re: how to call webservices in java?
 
On Fri, 6 Apr 2012 06:19:01 -0700 (PDT), saurabh
<saurabh.goyal6@gmail.com> wrote, quoted or indirectly quoted someone
who said :

>how to call webservices in java?


You mean SOAP-Amazon?

See http://mindprod.com/jgloss/amazon.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
When you were a child, if you did your own experiment
to see if it was better to put to cocoa into your cup first
or the hot milk first, then you likely have the programmer gene..

Arne Vajhøj 04-06-2012 10:38 PM

Re: how to call webservices in java?
 
On 4/6/2012 9:19 AM, saurabh wrote:
> how to call webservices in java?


Use a tool to generate a stub from WSDL so you can
call the web service like any other Java code.

Arne



All times are GMT. The time now is 03:38 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57