Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #13435 > unrolled thread
| Started by | saurabh <saurabh.goyal6@gmail.com> |
|---|---|
| First post | 2012-04-06 06:19 -0700 |
| Last post | 2012-04-06 18:38 -0400 |
| Articles | 5 — 5 participants |
Back to article view | Back to comp.lang.java.programmer
how to call webservices in java? saurabh <saurabh.goyal6@gmail.com> - 2012-04-06 06:19 -0700
Re: how to call webservices in java? markspace <-@.> - 2012-04-06 08:37 -0700
Re: how to call webservices in java? Lew <lewbloch@gmail.com> - 2012-04-06 10:47 -0700
Re: how to call webservices in java? Roedy Green <see_website@mindprod.com.invalid> - 2012-04-06 15:07 -0700
Re: how to call webservices in java? Arne Vajhøj <arne@vajhoej.dk> - 2012-04-06 18:38 -0400
| From | saurabh <saurabh.goyal6@gmail.com> |
|---|---|
| Date | 2012-04-06 06:19 -0700 |
| Subject | how to call webservices in java? |
| Message-ID | <90171fd1-e082-43e4-b763-335b2f03e4f0@vy8g2000pbc.googlegroups.com> |
how to call webservices in java?
[toc] | [next] | [standalone]
| From | markspace <-@.> |
|---|---|
| Date | 2012-04-06 08:37 -0700 |
| Message-ID | <jln2jp$nn6$1@dont-email.me> |
| In reply to | #13435 |
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>
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-04-06 10:47 -0700 |
| Message-ID | <13252484.532.1333734433072.JavaMail.geo-discussion-forums@pbckx8> |
| In reply to | #13435 |
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
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2012-04-06 15:07 -0700 |
| Message-ID | <s7qun7pmhu42uhkaevui9nk63mghmavqej@4ax.com> |
| In reply to | #13435 |
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..
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-04-06 18:38 -0400 |
| Message-ID | <4f7f7069$0$293$14726298@news.sunsite.dk> |
| In reply to | #13435 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web