I can't figure this out, I'm a pretty novis Eclipse user. I'm a .NET/C# Guy by trade, and playing with Java in my spare time.
I have a .NET WCF Service hosted with basicHttpBinding -- I'm successfully calling this service from another .NET application, I've used the Visual Studio SvcUtil to generate the proxy class (via Add Service Reference).
I'm wondering how I can achieve the same result for Java using Eclipse? I've downloaded the latest version of Eclipse, but I can't seem to get it working.