On Wednesday 14 April 2010 1:23:19 pm Steven Thein wrote: > Hi all, > I would like to generate client stubs without namespace. Is -nexclude > the right option? I am trying to test if a cleint stub without any > namespace can access a service with name space that can change in the > future.
There really isn't an "easy" way to do this. The only real option is to write a XMLStreamREader/Writer that would remap namespaces during reading/writing and plug that into the client. -- Daniel Kulp [email protected] http://dankulp.com/blog
