PrasadB
PrasadB

Reputation: 381

Websphere JAX-WS web service client using RAD does not allow Java Project

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?

Upvotes: 0

Views: 2762

Answers (1)

Aviram Segal
Aviram Segal

Reputation: 11120

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 project link, manually enter a random string (e.g. xxx), you will be able to select the Java utility project project type.

Click OK, then click the Client project again and you will be able to select any project you want.

  • Tested on RAD 8.0.4

Upvotes: 1

Related Questions