Hi,
I am trying to understand the "filesystem" example provided as part of
the Apache WSRF distribution. I can see that there is a way to test my
service using SOAP client [1]. However, I am wondering how can I write
a Java client for the same? Should I use WSDL2Java to generate stubs
etc. as proposed in [2] ? Or should I adopt one of the approaches
proposed in [3] ?
Actually, I am not sure whether generating stubs etc. makes sense here.
In other words, we already used WSDL2Java tool [4] during the process
of building/coding the WS-Resource. Won't I get the same "Java classes
& interfaces" if I use the WSDL2Java tool on the *.wsdl file ?
Should I do something like this [5] ?
In summary, I am just not sure how to get the stubs etc. to invoke the service. Kindly suggest.
Regards,
Jyoti
[1] http://ws.apache.org/wsrf/dev_guide/client.html
[2] http://ws.apache.org/axis/java/user-guide.html#WSDL2JavaBuildingStubsSkeletonsAndDataTypesFromWSDL
[3] http://www-128.ibm.com/developerworks/webservices/library/ws-javaclient/
[4] http://ws.apache.org/wsrf/dev_guide/wsdl_tool.html
[5] http://gdp.globus.org/gt4-tutorial/singlehtml/progtutorial_0.1.1.html#core_first_client
- Writing Java clients Jyotishman Pathak
- Re: Writing Java clients Sal Campana