Chapter 14 - Web service management missing in GlassFish v3??
Chapter 14 - Web service management
In chapter a description of how to develop a web service is explained. Figure 14-7 showing a "Web Services" manager, I can't find this anywhere in my GlassFish v3 installation, a have followed the Development Environment description in Chapter 1. Have tried to update GlassFish but does not seem to make any difference.
In chapter a description of how to develop a web service is explained. Figure 14-7 showing a "Web Services" manager, I can't find this anywhere in my GlassFish v3 installation, a have followed the Development Environment description in Chapter 1. Have tried to update GlassFish but does not seem to make any difference.
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?At the time GlassFish V3 didn't have this management (I'm not sure even the lastest build has it). I did that using GlassFish 2.1. Because JAX-WS hasn't changed much between Java EE 5 and Java EE 6, you can test your Webservice with GlassFish v2.x. I'll let you know when this feature is available with GlassFish V3.
-
Inappropriate?Thanks a lot, appreciate your reply :-)
I will do that...
Best regards
Nikolaj Westergaard -
Inappropriate?You might want to use JDK6 to write a simple JAX-WS client in the form of :
MyWSService service = new MyWSService();
MyWS port = service.getMyWSPort();
port.operation();
with the appropriatewsimport http://localhost:8080/path/to/wsdl
1 person says
this solves the problem
Loading Profile...



EMPLOYEE
