Hello Everyone,
I am very new with the web services. So, please bear with me if the question is stupid.
I am trying to get a better concept about writing a
Java SOAP CLIENT (I understand the SOAP Service Implementation, I think

.
Seems like there are different ways of writing a JAVA soap client. For example, in the below link
Java SOAP Client
(1) Java Web Service client Without Tool (without running 'wsimport'):
=> My understanding is, when we do this, it will not generate the service stubs on client side ...
#
Please correct me if I am wrong, or what is the case here
Q: In this case, how can we access the HelloWorld class? (Client code can be anywhere other than SOAP Service Implementation package)
So how can we import
or call
Am I missing any step before writing this type of client?
MURAD (SCJP 5.0, SCWCD 1.4)
If you learn to program in Java, you'll never be without a job! (Patricia Seybold in 1998) - Knowing the syntax of Java does not make someone a software engineer. (John Knight)