dev@jax-ws.java.net

Re: wsimport SEI fails WS-I BP compliance test for parameterOrder

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Mon, 14 Sep 2009 10:38:46 -0700

Mark Hansen wrote:
> Sorry to post to the 'dev' list, but seems to be no traffic on the
> 'user' list.
You can use users_at_metro.dev.java.net
>
>
> We are currently using JAX-WS RI 2.1.2_01-b01-
>
> Have noticed that if we start with an rpc/literal WSDL that is WS-I BP
> valid, run wsimport, implement the generated SEI, and deploy - the
> resulting ?WSDL emitted from the deployed SEI fails WS-I BP compliance
> tests related to parameterOrder.
>
> In particular, operations that started out without parameterOrder
> attributes, end up with parameterOrder="".
I think you are not packaging the WSDL with your application. If you
package the WSDL, then runtime just publishes the same WSDL(otherwise it
generates a new WSDL). In your case, it seems to be generating a new wsdl.

Jitu
>
> Is this a known issue? Any workarounds?
>