Calling web services: newbie question

HiThis is probably a stupid question, but how can my app call a web service?I only seem to find examples on how to implement a web service...Thanks in advance
[186 byte] By [pedroesa] at [2007-10-2 5:15:24]
# 1
Hi,Look at JWSDP ==>jaxrpc ==>samples.They have given some examples for invoking WebService.There are 3 ways to write clients1. Static Stub 2. Dyanmic Proxies3. Dynamic Invocation InterfacesBala
chandar_balaa at 2007-7-16 1:17:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Can't seem to open the samples. Could you paste the URL?Thanks!
pedroesa at 2007-7-16 1:17:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Try http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.htmlchapter 8
lacona at 2007-7-16 1:17:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...