JAX-RPC and Axis

2005-05-30 Thread Abel
Hi, I am starting with Axis 1.2 and I have found that there is a tinny difference in the implemantation of an JSE with what JAX-RPC mandates. As far as I know JAX-RPC says you must have an interface that extends Remote and every method must throw RemoteException,...etc But in Axis It's enough to

SOAPElement, JAX-RPC and Axis

2005-02-22 Thread Kenneth Stephen
Hi, The IBM WAS 5.1 webservices implementation (which appears to have used Axis as a starting point) maps unknown / unsupported XML types to javax.xml.soap.SOAPElement . A reading of the JAX-RPC 1.1 spec indicates that this is what the spec specifies. Axis 1.2, however seems to map everything