views:

189

answers:

1

Hi,

I'm trying to build a web service and a client for this service. I'm using Eclipse 3.5.1 with axis2-1.4.1. I'm facing a problem:

I created the web service via the web service wizard and the service shows up in the axis service list. If I porint to the wsdl - its generated.

Now when I'm trying to build the client, I choose the wsdl, the client project and take the next button, well at the client web service configuration everything is empty. There is nor service name, no port name. Am I facing a bug? Anyoneelse faced something like this?

Regards

A: 

Well, so let me sum up:

The eclipse wizard seems buggy yes. It didn't show anything after the first step. What I've done? I created my stubs from the command line and WSDL2Java. The produced code works.

This problem occus with axis2-1.5.1 too, so no difference here.

asrijaal