java - JAX-WS RI cannot change charset=utf-8 -
i using jax-ws ri, files have been auto-geenrated netbeans via file > web service , entering wsdl.
the problem having jax-ws ri attaches header request:
content-type: application/soap+xml; charset=utf-8;action="urn:getorganization"
however our web server not take charset=utf-8
, wants charset=utf-8
.
how can alter using jax-ws ri? if cannot done, there other options available lead sending charset=utf-8
?
java web-services soap character-encoding jax-ws
No comments:
Post a Comment