<div>I&#39;m trying to use SOAPpy to access a wsdl with a request that must be formed like so:</div><div><br></div><div><br></div><div>&lt;urn:GetUserPrivileges&gt;</div><div>    &lt;urn:auth&gt;</div><div>        &lt;urn:userId&gt;admin&lt;/urn:userId&gt;</div>
<div>        &lt;urn:password&gt;&lt;/urn:password&gt;</div><div>        &lt;urn:hostname&gt;localhost&lt;/urn:hostname&gt;</div><div>    &lt;/urn:auth&gt;</div><div>    &lt;urn:privilegeType&gt;TS_PRIVTYPE_USERTBL&lt;/urn:privilegeType&gt;</div>
<div>    &lt;urn:objectId&gt;1003&lt;/urn:objectId&gt;</div><div>    &lt;urn:loginId&gt;&lt;/urn:loginId&gt;</div><div>&lt;/urn:GetUserPrivileges&gt;</div><div><br></div><div>I can&#39;t seem to find the proper syntax to create this request, most of the </div>
<div>examples that I&#39;ve been able to find are for things like a single parameter</div><div>(a zip code to get a temperature), and I haven&#39;t seen anything that </div><div>handles nested urns like this...</div><div>
<br></div><div>Can anyone point me to some help with this?</div><div><br></div>