soappy

    4熱度

    1回答

    我正在形成SOAPpy請求,但我無法弄清楚如何在標記中設置屬性。這裏是我的代碼: url = wsdlfile = 'https://stats2.overture.com/ExternalSOAP/statsPMCAPI_1_0.wsdl' n = 'urn:yahoo:overture:stats:3.0' server = WSDL.Proxy(wsdlfile) server.soa

    2熱度

    1回答

    如何從SOAPpy響應中讀取SOAP標頭?

    0熱度

    1回答

    我似乎無法安裝它,電腦不知道要打開它,有什麼問題嗎?你知道我可以安裝它的網站嗎?

    0熱度

    1回答

    在命令行代碼工作完美, 但擲導入錯誤時使用的django + mod_python的或WSGI +阿帕奇 的消息是: ImportError at /test2/ DLL load failed: The specified module could not be found. C:\Python26\lib\site-packages\django\core\handlers\base.

    1熱度

    2回答

    類型我有folllowing代碼: from SOAPpy import WSDL fichier_wsdl = 'http://geocoder.us/dist/eg/clients/GeoCoder.wsdl' wsdl = WSDL.Proxy(fichier_wsdl) callInfo = wsdl.methods['geocode'] ss = wsdl.geocode('1

    2熱度

    2回答

    現在我正在開發一個使用Open ESB的組合應用程序。我通過發送請求SOAP消息 通過測試用例對我的 應用程序進行了測試,它的工作效果很好。 的問題是,我希望我的複合應用程序能夠像 使用web服務,所以我無法通過發送編輯的SOAP消息就像在測試用例調用從使用Python SOAPpy的, 複合應用程序。 我該如何做到這一點?我應該從webservice調用BPEL流程嗎? 我已經閱讀了「使用Net

    0熱度

    2回答

    server = SOAPpy.WSDL.Proxy(wdf) Traceback (most recent call last): File "<pyshell#11>", line 1, in <module> server = SOAPpy.WSDL.Proxy(wdf) File "C:\Python27\lib\soapy\SOAPpy\WSDL.py"

    4熱度

    1回答

    我試圖從HP服務器自動化訪問我的WSDL中定義的函數,我能夠獲得服務器/ etc,但無法通過SOAPpy專門拉取任何需要服務器引用的東西。 import SOAPpy from SOAPpy import WSDL from SOAPpy import structType SOAPpy.Config.debug=1 server = WSDL.Proxy('ServerService.

    0熱度

    1回答

    是否有可能在Apache下使用mod_wsgi基於SOAPpy運行webservice? 如果是,你可以發佈鏈接到樣本(例子)?

    3熱度

    1回答

    我正確有一個問題與Axis2上運行的SOAP API接口: 會發生什麼事是我應該調用登錄方法有兩個參數(登錄名和密碼),它返回一個認證令牌,我將用於後續的交互。 #!/usr/bin/python from SOAPpy import SOAPProxy s_user = 'Administrator' s_pass = 'securityThroughObscurity' s_hos