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. 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?
