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!

[531 byte] By [LennonzGala] at [2007-11-26 14:52:49]
# 1

You can access web services using

Apache axis with Eclipse IDE on Tomcat

http://java-x.blogspot.com/2006/12/basic-web-service-implementation.html

Spring and Axis on Tomcat

http://java-x.blogspot.com/2007/01/implementing-web-services-with-spring.html

Using JAX-WS on glassfish

http://java-x.blogspot.com/2007/01/implementing-web-services-using-jax-ws.html

Checkout the client implementations on these three posts, they explain how to access a simple web service. You can extend any one for your needs.

scorpio27a at 2007-7-8 8:41:04 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...