0

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?

vishal Kumar
  • 95
  • 3
  • 8

1 Answers1

3

no. "jax-rpc" is so named because it only supports the "rpc/encoded" xml format. jax-ws webservices only support the "document/literal" format, which is not compatible.

jtahlborn
  • 52,909
  • 5
  • 76
  • 118