Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am new to web service. Can anyone please tell me if JAX-WS web service can be accessed using a JAX-RPC (AXIS1) generated client stub?
不。“jax-rpc”之所以如此命名,是因为它只支持“rpc/encoded”xml格式。jax-ws webservices 只支持“document/literal”格式,不兼容。