Kannagiri,
Earlier you mentioned you want to host a webservice. If I understood correctly, now I guess you want to know how to call and consume an existing webservice ??
Is that right ? If yes.. then its possible. Try to see how java client samples that is shipped with Apache Axis.
Import or refer the necessary class for consuming the webserivce along with your giri.jar file. Then
you should be able to consume a webservice.
Axis Samples:http://cvs.apache.org/viewcvs.cgi/ws-axis/java/samples/