You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Stig Rasmussen <pe...@mail.dk> on 2005/02/08 22:28:58 UTC

How to import stubs from client side

Hi all!

I have no problems generating stubs using WSDL2Java and importing them in
testMyService.java with "import localhost.axis.services.myService.*;".

But how do you import a stub when the testMyService.java is client side?
That is, when using WSDL2Java
http://[IP-address]/axis/services/myService?wsdl how do you import the stub
in testMyService.java?

Cheers, Stig P.