savon 2.11.1 → 2.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +132 -73
  3. data/README.md +35 -20
  4. data/lib/savon/block_interface.rb +1 -0
  5. data/lib/savon/builder.rb +126 -30
  6. data/lib/savon/client.rb +2 -2
  7. data/lib/savon/header.rb +2 -6
  8. data/lib/savon/http_error.rb +4 -4
  9. data/lib/savon/log_message.rb +2 -1
  10. data/lib/savon/message.rb +1 -0
  11. data/lib/savon/mock/expectation.rb +1 -0
  12. data/lib/savon/mock/spec_helper.rb +1 -0
  13. data/lib/savon/mock.rb +1 -0
  14. data/lib/savon/model.rb +4 -3
  15. data/lib/savon/operation.rb +22 -19
  16. data/lib/savon/options.rb +98 -19
  17. data/lib/savon/qualified_message.rb +29 -27
  18. data/lib/savon/request.rb +22 -6
  19. data/lib/savon/request_logger.rb +8 -2
  20. data/lib/savon/response.rb +58 -10
  21. data/lib/savon/soap_fault.rb +3 -4
  22. data/lib/savon/string_utils.rb +17 -0
  23. data/lib/savon/version.rb +2 -1
  24. data/lib/savon.rb +2 -0
  25. metadata +80 -100
  26. data/.gitignore +0 -14
  27. data/.travis.yml +0 -15
  28. data/.yardopts +0 -6
  29. data/CONTRIBUTING.md +0 -46
  30. data/Gemfile +0 -18
  31. data/donate.png +0 -0
  32. data/lib/savon/core_ext/string.rb +0 -29
  33. data/savon.gemspec +0 -46
  34. data/spec/fixtures/gzip/message.gz +0 -0
  35. data/spec/fixtures/response/another_soap_fault.xml +0 -14
  36. data/spec/fixtures/response/authentication.xml +0 -14
  37. data/spec/fixtures/response/f5.xml +0 -39
  38. data/spec/fixtures/response/header.xml +0 -13
  39. data/spec/fixtures/response/list.xml +0 -18
  40. data/spec/fixtures/response/multi_ref.xml +0 -39
  41. data/spec/fixtures/response/soap_fault.xml +0 -8
  42. data/spec/fixtures/response/soap_fault12.xml +0 -18
  43. data/spec/fixtures/response/soap_fault_funky.xml +0 -8
  44. data/spec/fixtures/response/taxcloud.xml +0 -1
  45. data/spec/fixtures/ssl/client_cert.pem +0 -16
  46. data/spec/fixtures/ssl/client_encrypted_key.pem +0 -30
  47. data/spec/fixtures/ssl/client_encrypted_key_cert.pem +0 -24
  48. data/spec/fixtures/ssl/client_key.pem +0 -15
  49. data/spec/fixtures/wsdl/authentication.xml +0 -63
  50. data/spec/fixtures/wsdl/betfair.xml +0 -2981
  51. data/spec/fixtures/wsdl/edialog.xml +0 -15416
  52. data/spec/fixtures/wsdl/interhome.xml +0 -2137
  53. data/spec/fixtures/wsdl/lower_camel.xml +0 -52
  54. data/spec/fixtures/wsdl/multiple_namespaces.xml +0 -92
  55. data/spec/fixtures/wsdl/multiple_types.xml +0 -60
  56. data/spec/fixtures/wsdl/no_message_tag.xml +0 -1267
  57. data/spec/fixtures/wsdl/taxcloud.xml +0 -934
  58. data/spec/fixtures/wsdl/team_software.xml +0 -1
  59. data/spec/fixtures/wsdl/vies.xml +0 -176
  60. data/spec/fixtures/wsdl/wasmuth.xml +0 -153
  61. data/spec/integration/centra_spec.rb +0 -66
  62. data/spec/integration/email_example_spec.rb +0 -32
  63. data/spec/integration/random_quote_spec.rb +0 -23
  64. data/spec/integration/ratp_example_spec.rb +0 -28
  65. data/spec/integration/stockquote_example_spec.rb +0 -28
  66. data/spec/integration/support/application.rb +0 -82
  67. data/spec/integration/support/server.rb +0 -84
  68. data/spec/integration/temperature_example_spec.rb +0 -46
  69. data/spec/integration/zipcode_example_spec.rb +0 -42
  70. data/spec/savon/builder_spec.rb +0 -137
  71. data/spec/savon/client_spec.rb +0 -271
  72. data/spec/savon/core_ext/string_spec.rb +0 -37
  73. data/spec/savon/features/message_tag_spec.rb +0 -61
  74. data/spec/savon/http_error_spec.rb +0 -49
  75. data/spec/savon/log_message_spec.rb +0 -44
  76. data/spec/savon/message_spec.rb +0 -70
  77. data/spec/savon/mock_spec.rb +0 -174
  78. data/spec/savon/model_spec.rb +0 -182
  79. data/spec/savon/observers_spec.rb +0 -92
  80. data/spec/savon/operation_spec.rb +0 -230
  81. data/spec/savon/options_spec.rb +0 -1064
  82. data/spec/savon/qualified_message_spec.rb +0 -20
  83. data/spec/savon/request_logger_spec.rb +0 -37
  84. data/spec/savon/request_spec.rb +0 -496
  85. data/spec/savon/response_spec.rb +0 -270
  86. data/spec/savon/soap_fault_spec.rb +0 -131
  87. data/spec/spec_helper.rb +0 -30
  88. data/spec/support/adapters.rb +0 -48
  89. data/spec/support/endpoint.rb +0 -25
  90. data/spec/support/fixture.rb +0 -39
  91. data/spec/support/integration.rb +0 -9
  92. data/spec/support/stdout.rb +0 -25
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: savon
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.1
4
+ version: 2.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Harrington
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-05 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nori
@@ -28,30 +28,42 @@ dependencies:
28
28
  name: httpi
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '2.3'
33
+ version: '4'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: '5'
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '4'
44
+ - - "<"
39
45
  - !ruby/object:Gem::Version
40
- version: '2.3'
46
+ version: '5'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: wasabi
43
49
  requirement: !ruby/object:Gem::Requirement
44
50
  requirements:
45
- - - "~>"
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '3.7'
54
+ - - "<"
46
55
  - !ruby/object:Gem::Version
47
- version: '3.4'
56
+ version: '6'
48
57
  type: :runtime
49
58
  prerelease: false
50
59
  version_requirements: !ruby/object:Gem::Requirement
51
60
  requirements:
52
- - - "~>"
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '3.7'
64
+ - - "<"
53
65
  - !ruby/object:Gem::Version
54
- version: '3.4'
66
+ version: '6'
55
67
  - !ruby/object:Gem::Dependency
56
68
  name: akami
57
69
  requirement: !ruby/object:Gem::Requirement
@@ -100,70 +112,104 @@ dependencies:
100
112
  requirements:
101
113
  - - ">="
102
114
  - !ruby/object:Gem::Version
103
- version: 1.4.0
115
+ version: 1.8.1
104
116
  type: :runtime
105
117
  prerelease: false
106
118
  version_requirements: !ruby/object:Gem::Requirement
107
119
  requirements:
108
120
  - - ">="
109
121
  - !ruby/object:Gem::Version
110
- version: 1.4.0
122
+ version: 1.8.1
123
+ - !ruby/object:Gem::Dependency
124
+ name: mail
125
+ requirement: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - "~>"
128
+ - !ruby/object:Gem::Version
129
+ version: '2.5'
130
+ type: :runtime
131
+ prerelease: false
132
+ version_requirements: !ruby/object:Gem::Requirement
133
+ requirements:
134
+ - - "~>"
135
+ - !ruby/object:Gem::Version
136
+ version: '2.5'
111
137
  - !ruby/object:Gem::Dependency
112
138
  name: rack
139
+ requirement: !ruby/object:Gem::Requirement
140
+ requirements:
141
+ - - "<"
142
+ - !ruby/object:Gem::Version
143
+ version: '4'
144
+ type: :development
145
+ prerelease: false
146
+ version_requirements: !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - "<"
149
+ - !ruby/object:Gem::Version
150
+ version: '4'
151
+ - !ruby/object:Gem::Dependency
152
+ name: puma
113
153
  requirement: !ruby/object:Gem::Requirement
114
154
  requirements:
115
155
  - - ">="
116
156
  - !ruby/object:Gem::Version
117
- version: '0'
157
+ version: 4.3.8
158
+ - - "<"
159
+ - !ruby/object:Gem::Version
160
+ version: '7'
118
161
  type: :development
119
162
  prerelease: false
120
163
  version_requirements: !ruby/object:Gem::Requirement
121
164
  requirements:
122
165
  - - ">="
123
166
  - !ruby/object:Gem::Version
124
- version: '0'
167
+ version: 4.3.8
168
+ - - "<"
169
+ - !ruby/object:Gem::Version
170
+ version: '7'
125
171
  - !ruby/object:Gem::Dependency
126
- name: puma
172
+ name: byebug
127
173
  requirement: !ruby/object:Gem::Requirement
128
174
  requirements:
129
- - - '='
175
+ - - ">="
130
176
  - !ruby/object:Gem::Version
131
- version: 2.0.0.b4
177
+ version: '0'
132
178
  type: :development
133
179
  prerelease: false
134
180
  version_requirements: !ruby/object:Gem::Requirement
135
181
  requirements:
136
- - - '='
182
+ - - ">="
137
183
  - !ruby/object:Gem::Version
138
- version: 2.0.0.b4
184
+ version: '0'
139
185
  - !ruby/object:Gem::Dependency
140
186
  name: rake
141
187
  requirement: !ruby/object:Gem::Requirement
142
188
  requirements:
143
- - - "~>"
189
+ - - ">="
144
190
  - !ruby/object:Gem::Version
145
- version: '10.1'
191
+ version: 12.3.3
146
192
  type: :development
147
193
  prerelease: false
148
194
  version_requirements: !ruby/object:Gem::Requirement
149
195
  requirements:
150
- - - "~>"
196
+ - - ">="
151
197
  - !ruby/object:Gem::Version
152
- version: '10.1'
198
+ version: 12.3.3
153
199
  - !ruby/object:Gem::Dependency
154
200
  name: rspec
155
201
  requirement: !ruby/object:Gem::Requirement
156
202
  requirements:
157
203
  - - "~>"
158
204
  - !ruby/object:Gem::Version
159
- version: '2.14'
205
+ version: '3.9'
160
206
  type: :development
161
207
  prerelease: false
162
208
  version_requirements: !ruby/object:Gem::Requirement
163
209
  requirements:
164
210
  - - "~>"
165
211
  - !ruby/object:Gem::Version
166
- version: '2.14'
212
+ version: '3.9'
167
213
  - !ruby/object:Gem::Dependency
168
214
  name: mocha
169
215
  requirement: !ruby/object:Gem::Requirement
@@ -182,37 +228,30 @@ dependencies:
182
228
  name: json
183
229
  requirement: !ruby/object:Gem::Requirement
184
230
  requirements:
185
- - - "~>"
231
+ - - ">="
186
232
  - !ruby/object:Gem::Version
187
- version: '1.7'
233
+ version: 2.3.0
188
234
  type: :development
189
235
  prerelease: false
190
236
  version_requirements: !ruby/object:Gem::Requirement
191
237
  requirements:
192
- - - "~>"
238
+ - - ">="
193
239
  - !ruby/object:Gem::Version
194
- version: '1.7'
240
+ version: 2.3.0
195
241
  description: Heavy metal SOAP client
196
242
  email: me@rubiii.com
197
243
  executables: []
198
244
  extensions: []
199
245
  extra_rdoc_files: []
200
246
  files:
201
- - ".gitignore"
202
- - ".travis.yml"
203
- - ".yardopts"
204
247
  - CHANGELOG.md
205
- - CONTRIBUTING.md
206
- - Gemfile
207
248
  - LICENSE
208
249
  - README.md
209
250
  - Rakefile
210
- - donate.png
211
251
  - lib/savon.rb
212
252
  - lib/savon/block_interface.rb
213
253
  - lib/savon/builder.rb
214
254
  - lib/savon/client.rb
215
- - lib/savon/core_ext/string.rb
216
255
  - lib/savon/header.rb
217
256
  - lib/savon/http_error.rb
218
257
  - lib/savon/log_message.rb
@@ -228,71 +267,13 @@ files:
228
267
  - lib/savon/request_logger.rb
229
268
  - lib/savon/response.rb
230
269
  - lib/savon/soap_fault.rb
270
+ - lib/savon/string_utils.rb
231
271
  - lib/savon/version.rb
232
- - savon.gemspec
233
- - spec/fixtures/gzip/message.gz
234
- - spec/fixtures/response/another_soap_fault.xml
235
- - spec/fixtures/response/authentication.xml
236
- - spec/fixtures/response/f5.xml
237
- - spec/fixtures/response/header.xml
238
- - spec/fixtures/response/list.xml
239
- - spec/fixtures/response/multi_ref.xml
240
- - spec/fixtures/response/soap_fault.xml
241
- - spec/fixtures/response/soap_fault12.xml
242
- - spec/fixtures/response/soap_fault_funky.xml
243
- - spec/fixtures/response/taxcloud.xml
244
- - spec/fixtures/ssl/client_cert.pem
245
- - spec/fixtures/ssl/client_encrypted_key.pem
246
- - spec/fixtures/ssl/client_encrypted_key_cert.pem
247
- - spec/fixtures/ssl/client_key.pem
248
- - spec/fixtures/wsdl/authentication.xml
249
- - spec/fixtures/wsdl/betfair.xml
250
- - spec/fixtures/wsdl/edialog.xml
251
- - spec/fixtures/wsdl/interhome.xml
252
- - spec/fixtures/wsdl/lower_camel.xml
253
- - spec/fixtures/wsdl/multiple_namespaces.xml
254
- - spec/fixtures/wsdl/multiple_types.xml
255
- - spec/fixtures/wsdl/no_message_tag.xml
256
- - spec/fixtures/wsdl/taxcloud.xml
257
- - spec/fixtures/wsdl/team_software.xml
258
- - spec/fixtures/wsdl/vies.xml
259
- - spec/fixtures/wsdl/wasmuth.xml
260
- - spec/integration/centra_spec.rb
261
- - spec/integration/email_example_spec.rb
262
- - spec/integration/random_quote_spec.rb
263
- - spec/integration/ratp_example_spec.rb
264
- - spec/integration/stockquote_example_spec.rb
265
- - spec/integration/support/application.rb
266
- - spec/integration/support/server.rb
267
- - spec/integration/temperature_example_spec.rb
268
- - spec/integration/zipcode_example_spec.rb
269
- - spec/savon/builder_spec.rb
270
- - spec/savon/client_spec.rb
271
- - spec/savon/core_ext/string_spec.rb
272
- - spec/savon/features/message_tag_spec.rb
273
- - spec/savon/http_error_spec.rb
274
- - spec/savon/log_message_spec.rb
275
- - spec/savon/message_spec.rb
276
- - spec/savon/mock_spec.rb
277
- - spec/savon/model_spec.rb
278
- - spec/savon/observers_spec.rb
279
- - spec/savon/operation_spec.rb
280
- - spec/savon/options_spec.rb
281
- - spec/savon/qualified_message_spec.rb
282
- - spec/savon/request_logger_spec.rb
283
- - spec/savon/request_spec.rb
284
- - spec/savon/response_spec.rb
285
- - spec/savon/soap_fault_spec.rb
286
- - spec/spec_helper.rb
287
- - spec/support/adapters.rb
288
- - spec/support/endpoint.rb
289
- - spec/support/fixture.rb
290
- - spec/support/integration.rb
291
- - spec/support/stdout.rb
292
272
  homepage: http://savonrb.com
293
273
  licenses:
294
274
  - MIT
295
- metadata: {}
275
+ metadata:
276
+ rubygems_mfa_required: 'true'
296
277
  post_install_message:
297
278
  rdoc_options: []
298
279
  require_paths:
@@ -301,15 +282,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
301
282
  requirements:
302
283
  - - ">="
303
284
  - !ruby/object:Gem::Version
304
- version: 1.9.2
285
+ version: 3.0.0
305
286
  required_rubygems_version: !ruby/object:Gem::Requirement
306
287
  requirements:
307
288
  - - ">="
308
289
  - !ruby/object:Gem::Version
309
290
  version: '0'
310
291
  requirements: []
311
- rubyforge_project: savon
312
- rubygems_version: 2.4.6
292
+ rubygems_version: 3.5.6
313
293
  signing_key:
314
294
  specification_version: 4
315
295
  summary: Heavy metal SOAP client
data/.gitignore DELETED
@@ -1,14 +0,0 @@
1
- .rvmrc
2
- .DS_Store
3
- .yardoc
4
- doc
5
- rdox
6
- coverage
7
- tmp
8
- *.rbc
9
- *~
10
- *.gem
11
- .bundle
12
- .rspec
13
- Gemfile.lock
14
- bin/
data/.travis.yml DELETED
@@ -1,15 +0,0 @@
1
- # https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
2
- language: "ruby"
3
- script: "bundle exec rake --trace"
4
- rvm:
5
- - 2.0
6
- - 2.1
7
- - 2.2
8
- - jruby
9
- - rbx-2
10
- matrix:
11
- allow_failures:
12
- - rvm: rbx-2
13
- fast_finish: true
14
- notifications:
15
- irc: "irc.freenode.org#savon"
data/.yardopts DELETED
@@ -1,6 +0,0 @@
1
- --markup markdown
2
- --markup-provider redcarpet
3
- -
4
- CHANGELOG.md
5
- LICENSE
6
- lib/**/*.rb
data/CONTRIBUTING.md DELETED
@@ -1,46 +0,0 @@
1
- # Contribution Guide
2
-
3
- This page describes how to contribute changes to Savon.
4
-
5
- Please do not create a pull request without reading this guide first.
6
- Make sure to read the documentation for your version at [savonrb.com](http://savonrb.com/)
7
- and post questions to the [mailing list](https://groups.google.com/forum/#!forum/savonrb).
8
-
9
- **Bug fixes**
10
-
11
- If you really think you found a bug, please make sure to add as many information as possible
12
- to the ticket. You're a developer, we are developers and you know we need tests to reproduce
13
- problems and make sure they don't come back.
14
-
15
- So if you can reproduce your problem in a spec, that would be awesome! If you can't, please
16
- let us know how we could make this easier for you. Also, provide code and the WSDL of the
17
- service you're working with so others can try to come up with a spec for your problem.
18
-
19
- After we have a failing spec, it obviously needs to be fixed. Make sure your new spec is the
20
- only failing one under the `spec` directory. Travis only runs the "unit tests" at `spec/savon`,
21
- but Savon actually has with some additional "integration/example specs" at `spec/integration`,
22
- which you need to run locally to make sure the integration with real world services still works.
23
-
24
- Notice that these specs are not run by Travis, because the service's are not guaranteed to work
25
- all the time and the specs will timeout after a few seconds when the service is currently down.
26
-
27
- Please follow this basic workflow for pull requests:
28
-
29
- * [Fork the project](https://help.github.com/articles/fork-a-repo)
30
- * Create a feature branch and make your bug fix
31
- * Add tests for it!
32
- * Update the [Changelog](https://github.com/savonrb/savon/blob/master/CHANGELOG.md)
33
- * [Send a pull request](https://help.github.com/articles/using-pull-requests)
34
- * [Check that your pull request passes the build](https://travis-ci.org/savonrb/savon/pull_requests)
35
-
36
-
37
- **Improvements and feature requests**
38
-
39
- If you have an idea for an improvement or a new feature, please feel free to
40
- [create a new issue](https://github.com/savonrb/savon/issues/new) and describe your idea
41
- so that other people can give their insights and opinions. This is also important to avoid
42
- duplicate work.
43
-
44
- Pull requests and issues on GitHub are meant to be used to discuss problems and ideas,
45
- so please make sure to participate and follow up on questions. In case noone comments
46
- on your ticket, please keep updating the ticket with additional information.
data/Gemfile DELETED
@@ -1,18 +0,0 @@
1
- source 'https://rubygems.org'
2
- gemspec
3
-
4
- gem "httpclient", "~> 2.3.4"
5
-
6
- gem "simplecov", :require => false
7
- gem "coveralls", :require => false
8
-
9
- platform :rbx do
10
- gem 'json'
11
- gem 'racc'
12
- gem 'rubysl'
13
- gem 'rubinius-coverage'
14
- end
15
-
16
- platform :jruby do
17
- gem 'json'
18
- end
data/donate.png DELETED
Binary file
@@ -1,29 +0,0 @@
1
-
2
- module Savon
3
- module CoreExt
4
- module String
5
-
6
- def self.included(base)
7
- unless "savon".respond_to?(:snakecase)
8
- base.send(:include, Extension)
9
- end
10
- end
11
-
12
- module Extension
13
- def snakecase
14
- str = dup
15
- str.gsub! /::/, '/'
16
- str.gsub! /([A-Z]+)([A-Z][a-z])/, '\1_\2'
17
- str.gsub! /([a-z\d])([A-Z])/, '\1_\2'
18
- str.tr! ".", "_"
19
- str.tr! "-", "_"
20
- str.downcase!
21
- str
22
- end
23
- end
24
-
25
- end
26
- end
27
- end
28
-
29
- String.send :include, Savon::CoreExt::String
data/savon.gemspec DELETED
@@ -1,46 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
- lib = File.expand_path("../lib", __FILE__)
3
- $:.unshift lib unless $:.include? lib
4
-
5
- require "savon/version"
6
-
7
- Gem::Specification.new do |s|
8
- s.name = "savon"
9
- s.version = Savon::VERSION
10
- s.authors = "Daniel Harrington"
11
- s.email = "me@rubiii.com"
12
- s.homepage = "http://savonrb.com"
13
- s.summary = "Heavy metal SOAP client"
14
- s.description = s.summary
15
- s.required_ruby_version = '>= 1.9.2'
16
-
17
- s.rubyforge_project = s.name
18
- s.license = 'MIT'
19
-
20
- s.add_dependency "nori", "~> 2.4"
21
- s.add_dependency "httpi", "~> 2.3"
22
- s.add_dependency "wasabi", "~> 3.4"
23
- s.add_dependency "akami", "~> 1.2"
24
- s.add_dependency "gyoku", "~> 1.2"
25
- s.add_dependency "builder", ">= 2.1.2"
26
- s.add_dependency "nokogiri", ">= 1.4.0"
27
-
28
- s.add_development_dependency "rack"
29
- s.add_development_dependency "puma", "2.0.0.b4"
30
-
31
- s.add_development_dependency "rake", "~> 10.1"
32
- s.add_development_dependency "rspec", "~> 2.14"
33
- s.add_development_dependency "mocha", "~> 0.14"
34
- s.add_development_dependency "json", "~> 1.7"
35
-
36
- ignores = File.readlines(".gitignore").grep(/\S+/).map(&:chomp)
37
- dotfiles = %w[.gitignore .travis.yml .yardopts]
38
-
39
- all_files_without_ignores = Dir["**/*"].reject { |f|
40
- File.directory?(f) || ignores.any? { |i| File.fnmatch(i, f) }
41
- }
42
-
43
- s.files = (all_files_without_ignores + dotfiles).sort
44
-
45
- s.require_path = "lib"
46
- end
Binary file
@@ -1,14 +0,0 @@
1
- <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
2
- xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
3
- xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
4
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
6
- <SOAP-ENV:Body>
7
- <SOAP-ENV:Fault>
8
- <faultcode>ERR_NO_SESSION</faultcode>
9
- <faultfactor>doGetItemsInfo - Wrong session</faultfactor>
10
- <faultstring>Wrong session message</faultstring>
11
- <detail><soapVal><ERRNO xsi:type="xsd:string">80:1289245853:55</ERRNO></soapVal></detail>
12
- </SOAP-ENV:Fault>
13
- </SOAP-ENV:Body>
14
- </SOAP-ENV:Envelope>
@@ -1,14 +0,0 @@
1
- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
2
- <soap:Body>
3
- <ns2:authenticateResponse xmlns:ns2="http://v1_0.ws.user.example.com">
4
- <return>
5
- <authenticationValue>
6
- <token>a68d1d6379b62ff339a0e0c69ed4d9cf</token>
7
- <tokenHash>AAAJxA;cIedoT;mY10ExZwG6JuKgp2OYKxow==</tokenHash>
8
- <client>radclient</client>
9
- </authenticationValue>
10
- <success>true</success>
11
- </return>
12
- </ns2:authenticateResponse>
13
- </soap:Body>
14
- </soap:Envelope>
@@ -1,39 +0,0 @@
1
- <E:Envelope
2
- xmlns:E="http://schemas.xmlsoap.org/soap/envelope/"
3
- xmlns:A="http://schemas.xmlsoap.org/soap/encoding/"
4
- xmlns:s="http://www.w3.org/2001/XMLSchema-instance"
5
- xmlns:y="http://www.w3.org/2001/XMLSchema"
6
- xmlns:iControl="urn:iControl"
7
- E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
8
- <E:Body>
9
- <m:get_agent_listen_addressResponse
10
- xmlns:m="urn:iControl:Management/SNMPConfiguration">
11
- <return
12
- s:type="A:Array"
13
- A:arrayType="iControl:Management.SNMPConfiguration.AgentListenAddressPort[2]">
14
- <item>
15
- <transport
16
- s:type="iControl:Management.SNMPConfiguration.TransportType">TRANSPORT_TCP6</transport>
17
- <ipport
18
- s:type="iControl:Common.IPPortDefinition">
19
- <address
20
- s:type="y:string"></address>
21
- <port
22
- s:type="y:long">161</port>
23
- </ipport>
24
- </item>
25
- <item>
26
- <transport
27
- s:type="iControl:Management.SNMPConfiguration.TransportType">TRANSPORT_UDP6</transport>
28
- <ipport
29
- s:type="iControl:Common.IPPortDefinition">
30
- <address
31
- s:type="y:string"></address>
32
- <port
33
- s:type="y:long">161</port>
34
- </ipport>
35
- </item>
36
- </return>
37
- </m:get_agent_listen_addressResponse>
38
- </E:Body>
39
- </E:Envelope>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
3
- <soap:Header xmlns="http://webservices.somewhere.com/definitions">
4
- <SessionNumber>ABCD1234</SessionNumber>
5
- </soap:Header>
6
- <soap:Body>
7
- <AuthenticateReply xmlns="http://xml.somewhere.com/ABCD">
8
- <processStatus>
9
- <statusCode>P</statusCode>
10
- </processStatus>
11
- </AuthenticateReply>
12
- </soap:Body>
13
- </soap:Envelope>
@@ -1,18 +0,0 @@
1
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2
- <soapenv:Body>
3
- <MultiNamespacedEntryResponse xmlns="http://www.example.com/BusinessRulesEngine/xsd">
4
- <history>
5
- <ns10:case xmlns:ns10="http://www.example.com/Common/xsd">
6
- <ns10:logTime>2010-09-21T18:22:01.558+10:00</ns10:logTime>
7
- <ns10:logType>Notes Log</ns10:logType>
8
- <ns10:logText>test</ns10:logText>
9
- </ns10:case>
10
- <ns11:case xmlns:ns11="http://www.example.com/Common/xsd">
11
- <ns11:logTime>2010-09-21T18:22:07.038+10:00</ns11:logTime>
12
- <ns11:logType>Notes Log</ns11:logType>
13
- <ns11:logText>another test</ns11:logText>
14
- </ns11:case>
15
- </history>
16
- </MultiNamespacedEntryResponse>
17
- </soapenv:Body>
18
- </soapenv:Envelope>
@@ -1,39 +0,0 @@
1
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2
- <soapenv:Body>
3
- <ns1:listResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://ws.example.com">
4
- <listReturn soapenc:arrayType="ns2:HistoryEntry[3]" xsi:type="soapenc:Array" xmlns:ns2="http://ws.example.com/ws/history" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
5
- <listReturn href="#id0"/>
6
- <listReturn href="#id1"/>
7
- <listReturn href="#id2"/>
8
- </listReturn>
9
- </ns1:listResponse>
10
- <multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns5:HistoryEntry" xmlns:ns5="http://ws.example.com/ws/history" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
11
- <date xsi:type="xsd:dateTime">2009-09-22T13:47:23.000Z</date>
12
- <location xsi:type="soapenc:string">Archive</location>
13
- <mailId href="#id9"/>
14
- <referenceId href="#id8"/>
15
- <state xsi:type="soapenc:string">Original</state>
16
- <subject xsi:type="soapenc:string">Mail from 09-22-2009: Misc</subject>
17
- </multiRef>
18
- <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns6:HistoryEntry" xmlns:ns6="http://ws.example.com/ws/history" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
19
- <date xsi:type="xsd:dateTime">2009-04-30T06:38:34.000Z</date>
20
- <location xsi:type="soapenc:string">Archive</location>
21
- <mailId href="#id10"/>
22
- <referenceId href="#id8"/>
23
- <state xsi:type="soapenc:string">Original</state>
24
- <subject xsi:type="soapenc:string">Mail from 04-29-2009: Technical support</subject>
25
- </multiRef>
26
- <multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns7:HistoryEntry" xmlns:ns7="http://ws.example.com/ws/history" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
27
- <date xsi:type="xsd:dateTime">2009-12-18T15:43:21.000Z</date>
28
- <location xsi:type="soapenc:string">Archive</location>
29
- <mailId href="#id11"/>
30
- <referenceId href="#id8"/>
31
- <state xsi:type="soapenc:string">Original</state>
32
- <subject xsi:type="soapenc:string">Mail from 12-17-2009: Misc</subject>
33
- </multiRef>
34
- <multiRef id="id11" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">972219</multiRef>
35
- <multiRef id="id10" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">708021</multiRef>
36
- <multiRef id="id8" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">0</multiRef>
37
- <multiRef id="id9" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="soapenc:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">855763</multiRef>
38
- </soapenv:Body>
39
- </soapenv:Envelope>
@@ -1,8 +0,0 @@
1
- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
2
- <soap:Body>
3
- <soap:Fault>
4
- <faultcode>soap:Server</faultcode>
5
- <faultstring>Fault occurred while processing.</faultstring>
6
- </soap:Fault>
7
- </soap:Body>
8
- </soap:Envelope>