up vote 3 down vote favorite
1
share [g+] share [fb]

I'm using Rational Application Developer to create some web services. The problem I have is I follow the instructions laid out in a screen cast, however when I get to the part where I pick "JAX-WS" it complains that Websphere does not have an implementation for the webservice libraries as the chosen server is only a "stub".

Being new to developing for WAS, I was wondering what this means? Is it that RAD does not ship with an actual implementation of WAS, but only stub libraries so your code can compile? Is it that I need to install a full blown WAS server locally in order to test my webservice code?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Figured this out, had to go into IBM Installation Manager and pick the WAS 6.1 and Web Services feature.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.