Kohsuke Kawaguchi wrote:
> http://forums.java.net/jive/thread.jspa?threadID=22255&tstart=0
>
> Shouldn't the error message just be "we can't handle rpc/encoded" period?
>
right it happens for rpc/enc wsdls, but I see why its not happening
here. First wsimport tries to compile the schema before even looking
inside the binding section. XJC does not find the rpc/enc schema so it
gives this error. Probably wsimport should check if this is the kind of
wsdl it can process before scompiling schema.
> What's this src-resolve messages? I find it very confusing.
>
I see such warning messages in other instanes also and its coming from
somewhere JAXP/xerces.
-vivek.