Forum Discussion

bing_ran's avatar
17 years ago

generating jax-ws code in specified encoding

soapUI is great. Thanks to the developers.

The option to generate client code in jax-ws style generates code in platform native encoding, GBK in my case, which makes importing the code to utf-8 based projects difficult and integrate in Netbeans UTF-8 project workflow almost impossible.


Is there a way to customize the process to generate code in a customized encoding?

Thanks for any help!

Bing

1 Reply

  • soapUI uses wsimport for this code generation, and unfortunately it doesn't seem like wsimport supports changing the encoding.

    Regards,
    Dain