i am currently consuming a web service using the proxy wizard. i was able to import the wsdl and it created all of the structures that are required to create the xml document that i need to send. i am having an issue where one of the elements is using the wrong namespace. it's a complex schema that is using inheritence and the namespace that is currently associated with the element is incorrect. i tried to modify the structure and add an xmlns string property, assign the correct namespace to xmlns, but when the structure is created, it does not associate the xmlns tag to the element. does anyone know if you can modify anything that was generated from the proxy to add properties?
thanks
Jim