Hi everyone,
Hope that you can help me please. From a Java perspective - what
information do you need to know to make a call to a Web Service?
I would imagine that you need to know the address of the machine
etc...
Any comments/suggestions/comments/code-samples much, much appreciated.
Cheers,
Al.
Tomek - 22 Mar 2006 16:11 GMT
Hi.
It depends what do you want to do and what framework are you using.
E.g. i'm using xfire ( from http://xfire.codehaus.org ), so if i have
java interface which define a webservice i want to access i only have
to set service name, address and style/use property.
If i don't have such interface i generate client code from wsdl file
(wsgen task ), so i have know only webservice url.
TechBookReport - 23 Mar 2006 15:18 GMT
> Hi everyone,
>
[quoted text clipped - 7 lines]
> Cheers,
> Al.
Take a look here: http://java.sun.com/developer/codesamples/webservices.html
HTH

Signature
TechBookReport Java http://www.techbookreport.com/JavaIndex.html