When we input the following arguments to wsdl2java :
wsdl2java -b
/home/jimma/code/jaxws/ee/w2j/document/literal/headertest/customfile.xml"
file:/home/jimma/code/tmp/all/../../tests/jaxws/ee/w2j/document/literal/headertest/HeaderTestService.wsdl"
and customfile.xml contains :
http://java.sun
On Sat, Jul 31, 2010 at 7:52 PM, Benson Margulies wrote:
> To chime in: it's a really, really, bad idea for non-file URLs, as it
> can violate stringprep.
Why do you say that ? Can you explain it more with a example ? ;-)
>
> For file URLs, it is an attempt to deal, with non-NFC (or NFKC)
> stri
Oh, how embarassing. I misread this code. Sorry.
On Sun, Aug 1, 2010 at 5:12 AM, Jim Ma wrote:
> On Sat, Jul 31, 2010 at 7:52 PM, Benson Margulies
> wrote:
>> To chime in: it's a really, really, bad idea for non-file URLs, as it
>> can violate stringprep.
> Why do you say that ? Can you explai