Web Service Mapping Limitations
|
PREVIOUS
|
Some features or keywords are not mapped by the current Web service binding. These keywords are not processed and not translated into XOM dynamic classes or XML objects:
-
No WSDL fault management (JAX-RPC specification section 4.3.6).
-
No simple type enumeration management (JAX-RPC specification section 4.2.4).
-
No multi-dimension array management (JAX-RPC specification section 4.2.2).
-
No dynamic holder classes.
Go to http://java.sun.com/xml/downloads/jaxrpc.html to view a copy of the JAX-RPC specification.
| Note |
| The use of WSDL files in the XOM is now deprecated. We recommend you use the JAX-WS API instead.
|
Related Concepts