摘要:suds是Python的一个soap库。下载suds。把文件拷入python的库目录下。soapclient.pyfrom suds.client import Clientfrom suds.sax.element import Elementimport base64def upFile(client,file): f = open(file,'rb') fs = f.read() attac...
阅读全文
posted @ 2009-08-03 22:10
浙公网安备 33010602011771号