savon

    0熱度

    1回答

    我正在使用Rails和Savon 2從SOAP Webservice中獲取數據。 這是代碼: client = Savon.client(wsdl: "http://www.webservicex.net/periodictable.asmx?WSDL", log_level: :debug, pretty_print_xml: true) mes

    0熱度

    1回答

    我正在嘗試調用Zuora Soap API的更新方法以便'CloseAccountingPeriod'。什麼是應該做的正確的方式這 require 'savon' message = {'username' => 'username','password' => 'password' } client = Savon.client(wsdl: 'zuora.a.75.0.wsd

    0熱度

    1回答

    我正在使用Savon gem與SOAP服務進行連接。我的問題是我需要發送每個鍵上具有不同屬性的項目數組。 我已經看過this和this 我試圖得到儘可能XML是: <Order> <OrderItems> <OrderItem code="AJF"> <Quantity>1</Quantity> </OrderItem> <OrderItem c

    0熱度

    1回答

    有人能解釋我如何使用薩翁使這個SOAP請求,使這個SOAP請求: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ent="some_adress"> <soapenv:Header> <ent:providerID>?</ent:providerID>

    1熱度

    2回答

    我需要從Heroku訪問帶有IP白名單的服務,因此需要HTTP代理。 我配置了Proximo軟體增加,並有一個代理URL看起來大約像http://proxy:[email protected] 在薩翁,我曾嘗試配置像這樣的代理: client = Savon.client(wsdl: my_wsdl, proxy: "http://proxy:[email protected]") 但是,當我

    1熱度

    1回答

    我正在查看Savon的測試文檔here,我不明白髮生了什麼事情。我相當新的測試模擬和存根,也許這就是問題所在。這裏是這樣的例子: require "spec_helper" # require the helper module require "savon/mock/spec_helper" describe AuthenticationService do # includ

    0熱度

    1回答

    我試圖解析處理銷售訂單的XML響應,但XPath搜索無效。 這裏的XML響應的一個片段: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <SalesOrderServiceFindResponse xmlns="http://schemas.microsoft.com/dyn

    0熱度

    1回答

    我使用Savon 2.11.1作爲Ruby SOAP客戶端。 Savon使用Nori將SOAP響應XML轉換爲Hash。 Nori支持convert_dashes_to_underscores選項,它默認將SOAP響應中的所有破折號轉換爲下劃線。 我試圖在客戶端的構造函數中使用此選項,但我得到了以下錯誤消息 Savon :: UnknownOptionError:未知的全局選項:: convert

    1熱度

    1回答

    我正在嘗試使用Rails 4和Savon 2.0使用測試SOAP Web服務。 的代碼: client = Savon.client(wsdl: "http://www.webservicex.net/periodictable.asmx?WSDL", log_level: :debug, pretty_print_xml: true) message =

    0熱度

    1回答

    我第一次使用SOAP。 查看了Savon文檔,但我無法弄清楚如何將下面的XML轉爲哈希。我正在使用Savon 2.11.1。 我應該使用「:attributes!」或「fp:Example」元素中的「version」和「language」屬性爲「@」? 所以,我的問題是我怎麼能得到這個? <fp:Example version="1.0" language="en"> <fp:FindS