I am trying to create a web service client using RAD 7.5 using JAX-WS run time / Websphere 7.
However RAD does not allow to select a Java Project as “Client Project” when using JAX-WS (If run time is selected as JAX-RPC it allows to select Java Project)
Why does RAD force me to define my JAX-WS web service client inside a WAR project.
Is there any way for me to create the web service client as a plain Java project?
I got a little trick for that (its probably a defect).
When you click Generate client and the wizard opens do the following:
Click the
Client projectlink, manually enter a random string (e.g. xxx), you will be able to select theJava utility projectproject type.Click OK, then click the
Client projectagain and you will be able to select any project you want.