Results 1 to 2 of 2
Thread: Web service client
- 09-09-2009, 01:23 PM #1
Member
- Join Date
- Apr 2009
- Location
- Pretoria, Gauteng, South Africa
- Posts
- 43
- Rep Power
- 0
Web service client
Hi,
If you are createing a web application that calls a web service, what type of technology one can use? Im thinking there are several options two that comes in mind is to create stubs using ant WSDL2JAVA task or create a client using netbeans new web service client option. Any body suggests any thing that can work and is better?Tshegofatso Manakana
a.k.a Untouchable ™
- 09-09-2009, 02:31 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,468
- Rep Power
- 16
There's the wsimport tools that comes with the JDK now, as part of JWS. I wouldn't be surprised to find that that's what netbeans uses to create the client.
I doubt there's a great deal of difference between the two main ones (wsdl2java or wsimport), but you should stick to one since they will produce different code. Thinking about it, though, I would expect a client generated with wsimport wouldn't need any extra jars to run.
Similar Threads
-
Consume a .net web service with a java client
By pauldj54 in forum New To JavaReplies: 3Last Post: 07-15-2009, 11:53 AM -
hi guys, newbie need some guide on web service client
By fiqueudrue in forum New To JavaReplies: 0Last Post: 12-22-2008, 02:56 AM -
Update Web Service Client
By gio in forum Advanced JavaReplies: 0Last Post: 09-26-2008, 10:21 AM -
java.lang.OutOfMemoryError in a web service client
By elchape in forum Advanced JavaReplies: 4Last Post: 06-28-2008, 05:21 PM -
Problem while running web service client
By krsv36 in forum Other IDEsReplies: 0Last Post: 05-15-2008, 05:12 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks