- This web service won’t always be up.
- As my web service client has been generated from the WSDL, I do not want each invocation of the web service to go over the network to accesses the WSDL.
- The URL of the WS must be obtained from the configuration.
Thursday, December 11, 2008
Web Service Client in a J2EE application, using JAX-WS
In my J2EE application, I use an external web service.
I have generated a client of this WS using the JAX-WS tool wsimport.
Constraints:
No comments:
Post a Comment