Need to Contact a Web Service
Hi, I have created a Web Service using BEA Weblogic. I now need to create a Java file that will contact that web service without using BEA files, as BEA won't be available on that server, and I don't want a licensing issue. I'm new to this web service thing, as well as to Java, so I was wondering if anyone could tell me:
a) what I need to be able to contact the service
b) how I would contact it once I have what I need
I've generated a WSDL already, so I do have that available to me.
Thanks!

