Hi all,
I am trying the following:
@SOAPBinding(
style=SOAPBinding.Style.RPC,
use=SOAPBinding.Use.ENCODED
)
But I get:
Rpc/encoded SOAPBindings are not supported in JAXWS 2.0.
When will rpc/encoded be available?
I am converting some web services from JSWDP 2.0 -> JAX_WS 2.0 and many
of those old Web Services used rpc/encoded.
Thanks for any help,
Brad