Thanks for the insight. the problem is solved. the code below can work well.
def test_tornadows_sum2():
"""test for tornadows
"""
url = "http://localhost:8000/SumService";
server = SOAPProxy(url, noroot=1)
server.config.debug=1
server.config.typed=0
print server.sum(a
HI, all:
Recently I am doing something about python webservice. With the help of
some groups, most of problems has been solved.
Now, how to pass SOAP heasers makes me confused. I try to get help from
web, such as
http://stackoverflow.com/questions/2469988/how-to-pass-soap-headers-into-python-suds-