What's the easiest way for a Java Swing client to consumer a webservice?
Posted
by Stephane Grenier
on Stack Overflow
See other posts from Stack Overflow
or by Stephane Grenier
Published on 2010-05-13T19:17:39Z
Indexed on
2010/05/13
19:24 UTC
Read the original article
Hit count: 222
I have a Java Swing application client that I want to use to consume certain webservices, but I want to make it as painless as possible to code (because really all I want is the info). I do understand that whatever solution is used will need to stub the POJO's too.
If you'd like to give a demo, that would be great, or if you can point to a tutorial that would also be really appreciated.
I did look at Axis, including the more recent Axis2, but it's a bit more complex than I was hoping (aka. I have to learn something). At least just for some quick prototype testing and not real development, more for the sake of just saying I can, is there something or a tutorial out there?
© Stack Overflow or respective owner