savon
Can't get Savon to form the right XML
I\'ve used SOAP before but many, many years ago and try to stay clear if I can help it. Short story...[详细]
2023-03-17 09:18 分类:问答Savon: How can I specify a custom XML in a hash body for a SOAP request?
In a SOAP Request, I need to specify repeated keys with different values like this: soap.body = {:query => {[详细]
2023-03-17 00:37 分类:问答Savon: How to change header from being <env:Header> to <soap:Header> or something different
In Savon, is there a way开发者_StackOverflow中文版 to change <env:Header> to be <soap:Header>[详细]
2023-03-16 18:32 分类:问答Soap Action not parsed as expected
For some reason, if I try: response = client.request \'Security_Authenticate\' do 开发者_JAVA百科 It doesn\'t work, the response returns any random fault message.[详细]
2023-03-16 12:06 分类:问答Savon fault response in SOAP Reques: "The message with Action 'x' cannot be processed at the receiver..."
I\'m using Savon for a Web Service Client implementation. However, I get this message: (a:ActionNotSupported) The message[详细]
2023-03-16 09:53 分类:问答Savon + Rails 2 How to modify XML's request structure
I\'m using Savon to develop a Web Service Client. Since I\'m a beginner I decided to try at first with an example WDSL, which in my case is:[详细]
2023-03-14 05:34 分类:问答Savon soap body problem
I am using savon 0.9.2 and ruby 1.8.7. I am trying to make a complex type soap request. I need to figure out how to code the soap body for the below type of request using ruby and savon. Basically o[详细]
2023-03-11 11:00 分类:问答Simple Savon SOAP request not working
I have the following WSDL, generated from soapUI. When I test the request from soapUI, it works fine but throws exception from savon.[详细]
2023-03-05 16:36 分类:问答Savon raises error inside Rails app, but not inside irb
I\'m using Savon library to get some SOAP requests work. And i\'m using almost the same code within IRB and Rails application. When i\'m running IRB everything works as it should, but Rails generate e[详细]
2023-03-05 00:01 分类:问答How to use the savon gem with Magento SOAP API
How do I access the Magento SOAP API using the savon gem. Are there any examples that I can use to get going q开发者_如何学Gouickly?[详细]
2023-02-28 07:43 分类:问答