This is now fixed on trunk. I'll get another 2.1 snapshot out later today as there are several other fixes that need to get out to people to test as well.
Dan On Monday 14 April 2008, Daniel Kulp wrote: > I got the testcase, thanks. > > > Just to clarify, I need to uncomment the operation in the wsdl as > well. > > > That said, if I do that, it actually works for me with the 2.1 trunk. > I get: > > [java] Invoking notifica... > [java] Invoking submitOrdine... > [java] submitOrdine.result=123456 > > That said, it's wrong. If I wireshark the actual wire transfer, the > notifica operation is returning an empty soap message response. > Thus, there is an issue. > > Actually, now that I think about it, there were a LOT of changes in > the one-way stuff for 2.1 as the 2.1 JAX-WS TCK has a WHOLE bunch of > new tests for one-ways that the 2.0 tck doesn't have. Thus, it may > be working just because of those changes. I'll have to get a 2.0.x > environment setup. That will take a bit longer, but I do want to get > it properly working for 2.1 since we hope to release 2.1 later this > week so that's actually going to be my priority for today. > > Dan > > On Monday 14 April 2008, Cencio1980 wrote: > > Hi Dan, > > > > that's my testcase. > > > > As i told you in the last mail i found that removing OneWay > > operation the request/response one now works. if i add it all > > operations works as oneway. > > > > check build.xml for the tomcat path.. > > > > ant deploy <<< to deploy > > ant run_Client <<< to run the client > > > > > > > > (edit > > client/org/rivenditore/ordine/OrdineInterface_OrdineInterfaceEndpoin > >t_ Client.java uncomment the call for oneway operation to add it) > > > > > > > > Thx, Lorenzo -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
