I have an EAR file deployed on WAS 6.1. The EAR file contains several EJB methods exposed as Web services. Now is there a way to figure out if these web services are written according to JAX WS standard or JAX RPC standard?
Asked
Active
Viewed 450 times
1 Answers
1
Its should be JAX-RPC because first up JAX-RPC maps to Java 1.4 JAX-WS maps to Java 5.0 and WAS 6.1 has java 1.4.

Manjunath
- 11
- 1