SOAPpy parameters in sequence

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • D Unit

    #1

    SOAPpy parameters in sequence


    Hi,

    I am trying to send a message to a SOAP implementation where the parameters
    must in sequence. I am creating a SOAPProxy and then sending the message
    with:

    proxy.methodNam e(paramName=val ue, paramName2=valu e2)

    Is there a way to explicitly set the order of parameters?
    If not, is there a way to manually set the SOAP message body and send the
    message?

    Thanks
    --
    View this message in context: http://www.nabble.com/SOAPpy-paramet...html#a10363179
    Sent from the Python - python-list mailing list archive at Nabble.com.

Working...