Originally posted by P Sathish Kumar:
I am trying to develop and deploy a web service, which is give in the book J2EE Web Services By Richard Monson-Haefel chapter 9 session 1. The book does not tell how to configure the web service. can you help me configure the web service and deploying it.
Ultimately that depends on the
SOAP web services stack that you are using. The easiest environment for the RMH code is the Sun
Java System Application Server PE 8.2 + Java Web Services Developer Pack 1.6 (JWSDP 1.6) - see the bottom of the
SCDJWS FAQ for details. That environment is basically the "reference implementation" of the J2EE environment that RMH is assuming.
The
The J2EE 1.4 Tutorial contains tutorials like
Building Web Services with JAX-RPC and
A Web Service Example: HelloServiceBean that explain how to develop and deploy J2EE web services on the Sun Java System Application Server.
[ December 23, 2008: Message edited by: Peer Reynders ]