RAD 7.5 web service question

I am using Rational Application Developer to create some web services. The problem is that I follow the instructions in the appendix to the screen, however, when I get to the part where I select "JAX-WS", he complains that Websphere does not have an implementation for webservice libraries, because the selected server " stub. "

As a newbie to WAS development, I was wondering what that means. Is it that RAD does not come with the actual implementation of WAS, but only for stubs so that your code can compile? Should I install a local WAS server with full startup in order to test my webservice code?

+6
websphere rad
source share
1 answer

Having understood this, I had to log into IBM Installation Manager and select the WAS 6.1 feature and web services.

+5
source share

All Articles