Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

issue starting application

Tony007Mar 26 2022

hi am having this error when starting application
Screenshot from 2022-03-26 22-01-53.png

Comments

843834
JAXRPC clients should be able to acdess most existing web services. If you use wscompile on the services WSDL file to generate a client you will get the schema types bound to Java types. Now, because JAXRPC 1.1 does not support all of schema, some elements may be bound to a SOAPElement, which is basically a DOM node. So yes you can invoke those web services, it may be more difficult that you would like but it should work. When JAXRPC 2.0 comes out almost all of schema should be supported and the binding will be greatly improved.


Post your JAX-RPC related questions to users@jax-rpc.dev.java.net for a quicker resolution.

Send an email to users-subscribe@jax-rpc.dev.java.net to subscribe to the alias.
Send an mail to users-help@jax-rpc.dev.java.net for a complete list of help commands.
1 - 1

Post Details

Added on Mar 26 2022
1 comment
93 views