create a client project and then export all that code as jar file, and drop it in your web-inf/lib (with dependency jars) and that it you can invoke any of the operations of that web service like normal java methods.
mauriff
ASKER
ok, How I do this without wizard?,
I'm using Netbeans.
http://www.eclipse.org/webtools/jst/components/ws/1.5/tutorials/WebServiceClient/WebServiceClient.html
create a client project and then export all that code as jar file, and drop it in your web-inf/lib (with dependency jars) and that it you can invoke any of the operations of that web service like normal java methods.