<div>I'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><urn:GetUserPrivileges></div><div> <urn:auth></div><div> <urn:userId>admin</urn:userId></div>
<div> <urn:password></urn:password></div><div> <urn:hostname>localhost</urn:hostname></div><div> </urn:auth></div><div> <urn:privilegeType>TS_PRIVTYPE_USERTBL</urn:privilegeType></div>
<div> <urn:objectId>1003</urn:objectId></div><div> <urn:loginId></urn:loginId></div><div></urn:GetUserPrivileges></div><div><br></div><div>I can't seem to find the proper syntax to create this request, most of the </div>
<div>examples that I've been able to find are for things like a single parameter</div><div>(a zip code to get a temperature), and I haven'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>