Thanks Dan. I appreciate the response. I'm positive something changed between CXF 2.7.6 and 2.7.7 that affected the generated wsdl from using an alphabetical ordering back to the method ordering. I've tested by launching karaf and viewing the generated wsdl, and the param order differs based on which version of CXF I load.
Anyway, it's back to using the method order, and if that's the spec, then we're golden. Perhaps it was a regression introduced a while back (I don't know when exactly it appeared other than it was in 2.7.6) that got fixed (perhaps accidentally) in 2.7.7. Greatly appreciate all your support with these open source projects! Joseph Daniel Kulp wrote > I believe it should be in the order of the parameters on the method. > > As far as I’m aware, we haven’t done anything to change this as this is > part of the JAX-WS spec. I’m not sure why it would have not been that way > for you. > > Dan -- View this message in context: http://cxf.547215.n5.nabble.com/Ordering-of-wsdl-method-parameters-changed-for-java-first-services-tp5736502p5737084.html Sent from the cxf-user mailing list archive at Nabble.com.
