Rich Scheurle wrote: > > Now that samples.echo.EchoService has been upgraded to service Round 2B > operations, itis time to upgrade > samples.echo.TestClient to invoke these new operations. > > I propose rewriting samples.echo.TestClient to use WSDL2Java generated > stubs. This will make it easier to upgrade in the future. > > Any comments? +1?
Please do. In fact, ultimately EchoService should be written to use generated Skeletons. However, we will need to be careful - I intentionally made some of the signatures Integers as the specification didn't disallow nulls. - Sam Ruby