Setting namespace using SOAPpy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nello Polesello

    #1

    Setting namespace using SOAPpy

    I'm trying to use a Web Service written in C# from Python (using SOAPpy),
    and I don't know how to set namespace.
    I'd like to add the attribute xmlns="http://www.uniud.it/email/" in the tag
    <SOAP-ENV:Envelope ....> or in my method tag <TestParamete r ....>.

    I don't want the syntax <ns1:TestParame ter
    xmlns:ns1="http ://servizi.amm.uni ud.it/email/"> used by SOAPpy because it
    does not work with the Web Service I want to use.
    Is there any method (perhaps in the SOAPpy.Config) that I can use?

    Thank you in advance.

    --
    Nello Polesello


Working...