> Java web service / How to import an original web services from Web Service References in order to use a proxy of this se

Java web service / How to import an original web services from Web Service References in order to use a proxy of this se

Posted at: 2014-12-18 
I'm learning creating web services using Java.

I have created a client before, and the proxy of this is made from "com.cdyne.ws".

At this time, I just needed to import "com.cdyne.ws.weatherws.*" and my client worked properly.

Now, what I'm trying to do is to use a web service which I made from scrath.

I registered its WSDL URL so there is the service's information in the reference list.

However, I cannot find out what to do next.

At least I understand I need to import it, but I don't know what to type in.

Could you please give any hint?