A question regarding Web Service Client

From: Lior (liorl_at_maxbill.com)
Date: 09/29/04


Date: 29 Sep 2004 03:40:06 -0700

Hi,

I read sun's tutorial "Creating Web Service Clients with JAX-RPC" and
I coundn't understand something.
The code conatins, for example: (Stub) (new
MyHelloService_Impl().getHelloIFPort()); Since it's a stand alone
client, how it suppose to recognize MyHelloService_Impl()? Should it
be added to the project libraries? What did I miss here?

Thanks, Lior