User1034446946 posted
Hi
I am getting a response from an API in soap, I have my models all mapped, however do i need to add the namespaces using [XMLElement(Namespace ="someuri")] to deserialize, and if so how do i add the headers which add the namespaces?
Or can i be lazy and just map the models to match the structure?