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
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