I have a web service created in .Net and I am interested in invoking this web service in my java application.
What set of libraries would be the best suited to do this? I've looked into GlassFish, but have been unable to find anything examples of this being used to invoke a .Net web service, only creating the Java side web service.
I have some experience using wsif, but it appears to be rather outdated and would like to use something more current if possible.