Re: xsd declaration is not included in XML instance by the generated client proxy

2005-09-08 Thread Brian Bonner
I also wonder why xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; is being generated in the instance document that is being sent from the Stub. This doesn't need to be there. Is there a way to not have this be generated? Is there a WSDL2Java switch that I'm unawa

xsd declaration is not included in XML instance by the generated client proxy

2005-09-08 Thread Brian Bonner
I used WSDL2Java to create a client of a Document/Literal Web Service. When I use the generated Proxy to call the service, the document that ends up being generated includes: xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; in the elements, however, xsd is not d