On Tue September 29 2009 10:02:34 am Benson Margulies wrote: > We just got into a small pickle over here. We'd gone to a lot of trouble to > organize things so that the wsdl2java would pick the same packages for > client stubs as we use on the 'server' side. On other words, code could by > retargetted to use one or the other painlessly. > > Then someone came up with a reason to try to use both at the same time, > with chaotic results.
What type of "chaotic" results did you see? This is actually a quite normal use case. A very "normal" way to set thing up is have the wsdl and all the generated artifacts stuck in one maven project that is used by both clients and servers. Dan > So, I wonder. Do other people generally try to do this (treat a web service > as a remote version of the API), or do other people generally pick > namespaces to get distinctive Java packages? -- Daniel Kulp [email protected] http://www.dankulp.com/blog
