Hi

I'm having some trouble with the Namespace generation in the Body.
This is a suds generated body, but one of the tags should use another namespace. More specifically <ns1:HovedOplysninger> should be <ns0:HovedOplysninger>
<ns2:Body wsu:Id="id-3">
   <ns1:USKarrosseriTypeListeHent_I>
      <ns1:HovedOplysninger>
      </ns1:HovedOplysninger>
   </ns1:USKarrosseriTypeListeHent_I>
</ns2:Body>

How do i or can i specify the namespace being used anywhere ?