sermonaudio 0.1.0

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 (39) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +6 -0
  3. data/.rubocop.yml +15 -0
  4. data/.travis.yml +11 -0
  5. data/Gemfile +24 -0
  6. data/Gemfile.lock +127 -0
  7. data/README.md +258 -0
  8. data/Rakefile +13 -0
  9. data/lib/sermonaudio/actions.rb +99 -0
  10. data/lib/sermonaudio/client.rb +13 -0
  11. data/lib/sermonaudio/configuration.rb +37 -0
  12. data/lib/sermonaudio/version.rb +5 -0
  13. data/lib/sermonaudio.rb +13 -0
  14. data/sermonaudio.gemspec +22 -0
  15. data/spec/actions_spec.rb +236 -0
  16. data/spec/cassettes/SermonAudio_Actions/_favorite_broadcasters/should_return_the_correct_result.yml +508 -0
  17. data/spec/cassettes/SermonAudio_Actions/_favorite_sermons/should_return_the_correct_result.yml +509 -0
  18. data/spec/cassettes/SermonAudio_Actions/_favorite_speakers/should_return_the_correct_result.yml +508 -0
  19. data/spec/cassettes/SermonAudio_Actions/_get_event_types/should_return_a_larger_set_of_results.yml +521 -0
  20. data/spec/cassettes/SermonAudio_Actions/_get_event_types/should_return_a_single_result.yml +508 -0
  21. data/spec/cassettes/SermonAudio_Actions/_get_event_types/should_return_the_correct_results.yml +513 -0
  22. data/spec/cassettes/SermonAudio_Actions/_get_languages/should_return_the_correct_results.yml +506 -0
  23. data/spec/cassettes/SermonAudio_Actions/_get_newest_series_by_member_id/should_return_the_correct_results.yml +508 -0
  24. data/spec/cassettes/SermonAudio_Actions/_get_series_by_member_id/should_return_the_correct_results.yml +508 -0
  25. data/spec/cassettes/SermonAudio_Actions/_get_sermon_info/should_return_the_correct_result.yml +513 -0
  26. data/spec/cassettes/SermonAudio_Actions/_get_speakers_by_keyword/should_return_a_larger_set_of_results.yml +521 -0
  27. data/spec/cassettes/SermonAudio_Actions/_get_speakers_by_keyword/should_return_a_single_result.yml +508 -0
  28. data/spec/cassettes/SermonAudio_Actions/_get_speakers_by_member_id/should_return_the_correct_results.yml +508 -0
  29. data/spec/cassettes/SermonAudio_Actions/_newest_sermons_by_member_id/should_return_the_correct_results.yml +598 -0
  30. data/spec/cassettes/SermonAudio_Actions/_newest_sermons_by_speaker/should_return_the_correct_results.yml +599 -0
  31. data/spec/cassettes/SermonAudio_Actions/_sermon_list/should_return_a_list_of_sermons_for_the_specified_church.yml +1189 -0
  32. data/spec/cassettes/SermonAudio_Sermon/_find_newest_/success/should_find_newest_sermons_by_SpeakerName.yml +599 -0
  33. data/spec/client_spec.rb +15 -0
  34. data/spec/configuration_spec.rb +43 -0
  35. data/spec/fixtures/submit_sermon.xml +8 -0
  36. data/spec/fixtures/update_sermon.xml +6 -0
  37. data/spec/fixtures/wsdl.xml +740 -0
  38. data/spec/spec_helper.rb +46 -0
  39. metadata +134 -0
@@ -0,0 +1,599 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://web4.sa-media.com/SASoapAPI/service.asmx?WSDL
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Cache-Control:
22
+ - private, max-age=0
23
+ Content-Type:
24
+ - text/xml; charset=utf-8
25
+ Vary:
26
+ - Accept-Encoding
27
+ Server:
28
+ - Microsoft-IIS/7.5
29
+ X-Aspnet-Version:
30
+ - 2.0.50727
31
+ X-Powered-By:
32
+ - ASP.NET
33
+ Date:
34
+ - Thu, 24 Jul 2014 16:37:59 GMT
35
+ Content-Length:
36
+ - '3386'
37
+ body:
38
+ encoding: UTF-8
39
+ string: "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<wsdl:definitions xmlns:s=\"http://www.w3.org/2001/XMLSchema\"
40
+ xmlns:soap12=\"http://schemas.xmlsoap.org/wsdl/soap12/\" xmlns:mime=\"http://schemas.xmlsoap.org/wsdl/mime/\"
41
+ xmlns:tns=\"http://www.sermonaudio.com/\" xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\"
42
+ xmlns:tm=\"http://microsoft.com/wsdl/mime/textMatching/\" xmlns:http=\"http://schemas.xmlsoap.org/wsdl/http/\"
43
+ xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\" targetNamespace=\"http://www.sermonaudio.com/\"
44
+ xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">\r\n <wsdl:types>\r\n <s:schema
45
+ elementFormDefault=\"qualified\" targetNamespace=\"http://www.sermonaudio.com/\">\r\n
46
+ \ <s:element name=\"GetSeriesByMemberID\">\r\n <s:complexType>\r\n
47
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
48
+ name=\"MemberID\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
49
+ \ </s:element>\r\n <s:element name=\"GetSeriesByMemberIDResponse\">\r\n
50
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
51
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"GetSeriesByMemberIDResult\" type=\"tns:ArrayOfString\"
52
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
53
+ \ <s:complexType name=\"ArrayOfString\">\r\n <s:sequence>\r\n <s:element
54
+ minOccurs=\"0\" maxOccurs=\"unbounded\" name=\"string\" nillable=\"true\"
55
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
56
+ \ <s:element name=\"GetNewestSeriesByMemberID\">\r\n <s:complexType>\r\n
57
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
58
+ name=\"MemberID\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
59
+ \ </s:element>\r\n <s:element name=\"GetNewestSeriesByMemberIDResponse\">\r\n
60
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
61
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"GetNewestSeriesByMemberIDResult\" type=\"tns:ArrayOfString\"
62
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
63
+ \ <s:element name=\"GetSpeakersByMemberID\">\r\n <s:complexType>\r\n
64
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
65
+ name=\"MemberID\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
66
+ \ </s:element>\r\n <s:element name=\"GetSpeakersByMemberIDResponse\">\r\n
67
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
68
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"GetSpeakersByMemberIDResult\" type=\"tns:ArrayOfString\"
69
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
70
+ \ <s:element name=\"GetSpeakersByKeyword\">\r\n <s:complexType>\r\n
71
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
72
+ name=\"Keyword\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
73
+ \ </s:element>\r\n <s:element name=\"GetSpeakersByKeywordResponse\">\r\n
74
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
75
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"GetSpeakersByKeywordResult\" type=\"tns:ArrayOfString\"
76
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
77
+ \ <s:element name=\"GetEventTypes\">\r\n <s:complexType />\r\n
78
+ \ </s:element>\r\n <s:element name=\"GetEventTypesResponse\">\r\n
79
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
80
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"GetEventTypesResult\" type=\"tns:ArrayOfString\"
81
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
82
+ \ <s:element name=\"GetLanguages\">\r\n <s:complexType />\r\n </s:element>\r\n
83
+ \ <s:element name=\"GetLanguagesResponse\">\r\n <s:complexType>\r\n
84
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
85
+ name=\"GetLanguagesResult\" type=\"tns:ArrayOfString\" />\r\n </s:sequence>\r\n
86
+ \ </s:complexType>\r\n </s:element>\r\n <s:element name=\"SubmitSermon\">\r\n
87
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
88
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"MemberID\" type=\"s:string\" />\r\n
89
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\"
90
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Title\"
91
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
92
+ name=\"ShortTitle\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
93
+ maxOccurs=\"1\" name=\"SubTitle\" type=\"s:string\" />\r\n <s:element
94
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"EventType\" type=\"s:string\" />\r\n
95
+ \ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"DatePreached\"
96
+ type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
97
+ name=\"Speaker\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
98
+ maxOccurs=\"1\" name=\"BibleText\" type=\"s:string\" />\r\n <s:element
99
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"Language\" type=\"s:string\" />\r\n
100
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Keywords\" type=\"s:string\"
101
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"MoreInfoText\"
102
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
103
+ \ </s:element>\r\n <s:element name=\"SubmitSermonResponse\">\r\n
104
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
105
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"SubmitSermonResult\" type=\"s:string\"
106
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
107
+ \ <s:element name=\"UpdateSermon\">\r\n <s:complexType>\r\n <s:sequence>\r\n
108
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"MemberID\" type=\"s:string\"
109
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\"
110
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
111
+ name=\"SermonID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
112
+ maxOccurs=\"1\" name=\"Title\" type=\"s:string\" />\r\n <s:element
113
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"ShortTitle\" type=\"s:string\" />\r\n
114
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SubTitle\" type=\"s:string\"
115
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"EventType\"
116
+ type=\"s:string\" />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\"
117
+ name=\"DatePreached\" type=\"s:dateTime\" />\r\n <s:element minOccurs=\"0\"
118
+ maxOccurs=\"1\" name=\"Speaker\" type=\"s:string\" />\r\n <s:element
119
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"BibleText\" type=\"s:string\" />\r\n
120
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Language\" type=\"s:string\"
121
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Keywords\"
122
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
123
+ name=\"MoreInfoText\" type=\"s:string\" />\r\n </s:sequence>\r\n
124
+ \ </s:complexType>\r\n </s:element>\r\n <s:element name=\"UpdateSermonResponse\">\r\n
125
+ \ <s:complexType />\r\n </s:element>\r\n <s:element name=\"SermonList\">\r\n
126
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
127
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"MemberID\" type=\"s:string\" />\r\n
128
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\"
129
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Category\"
130
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
131
+ name=\"Item\" type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
132
+ \ </s:element>\r\n <s:element name=\"SermonListResponse\">\r\n <s:complexType>\r\n
133
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
134
+ name=\"SermonListResult\" type=\"tns:ArrayOfSermon\" />\r\n </s:sequence>\r\n
135
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"ArrayOfSermon\">\r\n
136
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
137
+ name=\"Sermon\" nillable=\"true\" type=\"tns:Sermon\" />\r\n </s:sequence>\r\n
138
+ \ </s:complexType>\r\n <s:complexType name=\"Sermon\">\r\n <s:sequence>\r\n
139
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SermonID\" type=\"s:string\"
140
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Title\"
141
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
142
+ name=\"SubTitle\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
143
+ maxOccurs=\"1\" name=\"Speaker\" type=\"s:string\" />\r\n <s:element
144
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"EventType\" type=\"s:string\" />\r\n
145
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"BibleText\" type=\"s:string\"
146
+ />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"Date\" type=\"s:dateTime\"
147
+ />\r\n <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"DownloadCount\"
148
+ type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
149
+ name=\"MP3Duration\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
150
+ maxOccurs=\"1\" name=\"MP3Filename\" type=\"s:string\" />\r\n </s:sequence>\r\n
151
+ \ </s:complexType>\r\n <s:element name=\"NewestSermonsByMemberID\">\r\n
152
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
153
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"MemberID\" type=\"s:string\" />\r\n
154
+ \ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
155
+ \ <s:element name=\"NewestSermonsByMemberIDResponse\">\r\n <s:complexType>\r\n
156
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
157
+ name=\"NewestSermonsByMemberIDResult\" type=\"tns:ArrayOfSermon\" />\r\n </s:sequence>\r\n
158
+ \ </s:complexType>\r\n </s:element>\r\n <s:element name=\"NewestSermonsBySpeaker\">\r\n
159
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
160
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"SpeakerName\" type=\"s:string\" />\r\n
161
+ \ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
162
+ \ <s:element name=\"NewestSermonsBySpeakerResponse\">\r\n <s:complexType>\r\n
163
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
164
+ name=\"NewestSermonsBySpeakerResult\" type=\"tns:ArrayOfSermon\" />\r\n </s:sequence>\r\n
165
+ \ </s:complexType>\r\n </s:element>\r\n <s:element name=\"FavoriteSermons\">\r\n
166
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
167
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"MemberID\" type=\"s:string\" />\r\n
168
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\"
169
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
170
+ \ <s:element name=\"FavoriteSermonsResponse\">\r\n <s:complexType>\r\n
171
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
172
+ name=\"FavoriteSermonsResult\" type=\"tns:ArrayOfSermon\" />\r\n </s:sequence>\r\n
173
+ \ </s:complexType>\r\n </s:element>\r\n <s:element name=\"FavoriteBroadcasters\">\r\n
174
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
175
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"MemberID\" type=\"s:string\" />\r\n
176
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\"
177
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
178
+ \ <s:element name=\"FavoriteBroadcastersResponse\">\r\n <s:complexType>\r\n
179
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
180
+ name=\"FavoriteBroadcastersResult\" type=\"tns:ArrayOfMember\" />\r\n </s:sequence>\r\n
181
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"ArrayOfMember\">\r\n
182
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
183
+ name=\"Member\" nillable=\"true\" type=\"tns:Member\" />\r\n </s:sequence>\r\n
184
+ \ </s:complexType>\r\n <s:complexType name=\"Member\">\r\n <s:sequence>\r\n
185
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SourceID\" type=\"s:string\"
186
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SourceDesc\"
187
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
188
+ name=\"SourceLocation\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
189
+ maxOccurs=\"1\" name=\"Minister\" type=\"s:string\" />\r\n </s:sequence>\r\n
190
+ \ </s:complexType>\r\n <s:element name=\"FavoriteSpeakers\">\r\n
191
+ \ <s:complexType>\r\n <s:sequence>\r\n <s:element
192
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"MemberID\" type=\"s:string\" />\r\n
193
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Password\" type=\"s:string\"
194
+ />\r\n </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
195
+ \ <s:element name=\"FavoriteSpeakersResponse\">\r\n <s:complexType>\r\n
196
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
197
+ name=\"FavoriteSpeakersResult\" type=\"tns:ArrayOfSpeaker\" />\r\n </s:sequence>\r\n
198
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"ArrayOfSpeaker\">\r\n
199
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"unbounded\"
200
+ name=\"Speaker\" nillable=\"true\" type=\"tns:Speaker\" />\r\n </s:sequence>\r\n
201
+ \ </s:complexType>\r\n <s:complexType name=\"Speaker\">\r\n <s:sequence>\r\n
202
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SpeakerName\"
203
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
204
+ name=\"SortName\" type=\"s:string\" />\r\n <s:element minOccurs=\"1\"
205
+ maxOccurs=\"1\" name=\"Counter\" type=\"s:int\" />\r\n </s:sequence>\r\n
206
+ \ </s:complexType>\r\n <s:element name=\"GetSermonInfo\">\r\n <s:complexType>\r\n
207
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
208
+ name=\"MemberID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
209
+ maxOccurs=\"1\" name=\"Password\" type=\"s:string\" />\r\n <s:element
210
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"SermonID\" type=\"s:string\" />\r\n
211
+ \ </s:sequence>\r\n </s:complexType>\r\n </s:element>\r\n
212
+ \ <s:element name=\"GetSermonInfoResponse\">\r\n <s:complexType>\r\n
213
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
214
+ name=\"GetSermonInfoResult\" type=\"tns:SermonSingle\" />\r\n </s:sequence>\r\n
215
+ \ </s:complexType>\r\n </s:element>\r\n <s:complexType name=\"SermonSingle\">\r\n
216
+ \ <s:sequence>\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
217
+ name=\"SermonID\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
218
+ maxOccurs=\"1\" name=\"Title\" type=\"s:string\" />\r\n <s:element
219
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"ShortTitle\" type=\"s:string\" />\r\n
220
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"SubTitle\" type=\"s:string\"
221
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Speaker\"
222
+ type=\"s:string\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
223
+ name=\"EventType\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
224
+ maxOccurs=\"1\" name=\"BibleText\" type=\"s:string\" />\r\n <s:element
225
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"Date\" type=\"s:dateTime\" />\r\n <s:element
226
+ minOccurs=\"1\" maxOccurs=\"1\" name=\"CreateDate\" type=\"s:dateTime\" />\r\n
227
+ \ <s:element minOccurs=\"1\" maxOccurs=\"1\" name=\"DownloadCount\"
228
+ type=\"s:int\" />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\"
229
+ name=\"MP3Duration\" type=\"s:string\" />\r\n <s:element minOccurs=\"0\"
230
+ maxOccurs=\"1\" name=\"MP3Filename\" type=\"s:string\" />\r\n <s:element
231
+ minOccurs=\"0\" maxOccurs=\"1\" name=\"Language\" type=\"s:string\" />\r\n
232
+ \ <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Keywords\" type=\"s:string\"
233
+ />\r\n <s:element minOccurs=\"0\" maxOccurs=\"1\" name=\"MoreInfoText\"
234
+ type=\"s:string\" />\r\n </s:sequence>\r\n </s:complexType>\r\n
235
+ \ </s:schema>\r\n </wsdl:types>\r\n <wsdl:message name=\"GetSeriesByMemberIDSoapIn\">\r\n
236
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetSeriesByMemberID\" />\r\n
237
+ \ </wsdl:message>\r\n <wsdl:message name=\"GetSeriesByMemberIDSoapOut\">\r\n
238
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetSeriesByMemberIDResponse\"
239
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetNewestSeriesByMemberIDSoapIn\">\r\n
240
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetNewestSeriesByMemberID\"
241
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetNewestSeriesByMemberIDSoapOut\">\r\n
242
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetNewestSeriesByMemberIDResponse\"
243
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetSpeakersByMemberIDSoapIn\">\r\n
244
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetSpeakersByMemberID\" />\r\n
245
+ \ </wsdl:message>\r\n <wsdl:message name=\"GetSpeakersByMemberIDSoapOut\">\r\n
246
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetSpeakersByMemberIDResponse\"
247
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetSpeakersByKeywordSoapIn\">\r\n
248
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetSpeakersByKeyword\" />\r\n
249
+ \ </wsdl:message>\r\n <wsdl:message name=\"GetSpeakersByKeywordSoapOut\">\r\n
250
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetSpeakersByKeywordResponse\"
251
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetEventTypesSoapIn\">\r\n
252
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetEventTypes\" />\r\n </wsdl:message>\r\n
253
+ \ <wsdl:message name=\"GetEventTypesSoapOut\">\r\n <wsdl:part name=\"parameters\"
254
+ element=\"tns:GetEventTypesResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
255
+ name=\"GetLanguagesSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:GetLanguages\"
256
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetLanguagesSoapOut\">\r\n
257
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetLanguagesResponse\" />\r\n
258
+ \ </wsdl:message>\r\n <wsdl:message name=\"SubmitSermonSoapIn\">\r\n <wsdl:part
259
+ name=\"parameters\" element=\"tns:SubmitSermon\" />\r\n </wsdl:message>\r\n
260
+ \ <wsdl:message name=\"SubmitSermonSoapOut\">\r\n <wsdl:part name=\"parameters\"
261
+ element=\"tns:SubmitSermonResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
262
+ name=\"UpdateSermonSoapIn\">\r\n <wsdl:part name=\"parameters\" element=\"tns:UpdateSermon\"
263
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"UpdateSermonSoapOut\">\r\n
264
+ \ <wsdl:part name=\"parameters\" element=\"tns:UpdateSermonResponse\" />\r\n
265
+ \ </wsdl:message>\r\n <wsdl:message name=\"SermonListSoapIn\">\r\n <wsdl:part
266
+ name=\"parameters\" element=\"tns:SermonList\" />\r\n </wsdl:message>\r\n
267
+ \ <wsdl:message name=\"SermonListSoapOut\">\r\n <wsdl:part name=\"parameters\"
268
+ element=\"tns:SermonListResponse\" />\r\n </wsdl:message>\r\n <wsdl:message
269
+ name=\"NewestSermonsByMemberIDSoapIn\">\r\n <wsdl:part name=\"parameters\"
270
+ element=\"tns:NewestSermonsByMemberID\" />\r\n </wsdl:message>\r\n <wsdl:message
271
+ name=\"NewestSermonsByMemberIDSoapOut\">\r\n <wsdl:part name=\"parameters\"
272
+ element=\"tns:NewestSermonsByMemberIDResponse\" />\r\n </wsdl:message>\r\n
273
+ \ <wsdl:message name=\"NewestSermonsBySpeakerSoapIn\">\r\n <wsdl:part name=\"parameters\"
274
+ element=\"tns:NewestSermonsBySpeaker\" />\r\n </wsdl:message>\r\n <wsdl:message
275
+ name=\"NewestSermonsBySpeakerSoapOut\">\r\n <wsdl:part name=\"parameters\"
276
+ element=\"tns:NewestSermonsBySpeakerResponse\" />\r\n </wsdl:message>\r\n
277
+ \ <wsdl:message name=\"FavoriteSermonsSoapIn\">\r\n <wsdl:part name=\"parameters\"
278
+ element=\"tns:FavoriteSermons\" />\r\n </wsdl:message>\r\n <wsdl:message
279
+ name=\"FavoriteSermonsSoapOut\">\r\n <wsdl:part name=\"parameters\" element=\"tns:FavoriteSermonsResponse\"
280
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"FavoriteBroadcastersSoapIn\">\r\n
281
+ \ <wsdl:part name=\"parameters\" element=\"tns:FavoriteBroadcasters\" />\r\n
282
+ \ </wsdl:message>\r\n <wsdl:message name=\"FavoriteBroadcastersSoapOut\">\r\n
283
+ \ <wsdl:part name=\"parameters\" element=\"tns:FavoriteBroadcastersResponse\"
284
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"FavoriteSpeakersSoapIn\">\r\n
285
+ \ <wsdl:part name=\"parameters\" element=\"tns:FavoriteSpeakers\" />\r\n
286
+ \ </wsdl:message>\r\n <wsdl:message name=\"FavoriteSpeakersSoapOut\">\r\n
287
+ \ <wsdl:part name=\"parameters\" element=\"tns:FavoriteSpeakersResponse\"
288
+ />\r\n </wsdl:message>\r\n <wsdl:message name=\"GetSermonInfoSoapIn\">\r\n
289
+ \ <wsdl:part name=\"parameters\" element=\"tns:GetSermonInfo\" />\r\n </wsdl:message>\r\n
290
+ \ <wsdl:message name=\"GetSermonInfoSoapOut\">\r\n <wsdl:part name=\"parameters\"
291
+ element=\"tns:GetSermonInfoResponse\" />\r\n </wsdl:message>\r\n <wsdl:portType
292
+ name=\"ServiceSoap\">\r\n <wsdl:operation name=\"GetSeriesByMemberID\">\r\n
293
+ \ <wsdl:input message=\"tns:GetSeriesByMemberIDSoapIn\" />\r\n <wsdl:output
294
+ message=\"tns:GetSeriesByMemberIDSoapOut\" />\r\n </wsdl:operation>\r\n
295
+ \ <wsdl:operation name=\"GetNewestSeriesByMemberID\">\r\n <wsdl:input
296
+ message=\"tns:GetNewestSeriesByMemberIDSoapIn\" />\r\n <wsdl:output message=\"tns:GetNewestSeriesByMemberIDSoapOut\"
297
+ />\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetSpeakersByMemberID\">\r\n
298
+ \ <wsdl:input message=\"tns:GetSpeakersByMemberIDSoapIn\" />\r\n <wsdl:output
299
+ message=\"tns:GetSpeakersByMemberIDSoapOut\" />\r\n </wsdl:operation>\r\n
300
+ \ <wsdl:operation name=\"GetSpeakersByKeyword\">\r\n <wsdl:input message=\"tns:GetSpeakersByKeywordSoapIn\"
301
+ />\r\n <wsdl:output message=\"tns:GetSpeakersByKeywordSoapOut\" />\r\n
302
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"GetEventTypes\">\r\n <wsdl:input
303
+ message=\"tns:GetEventTypesSoapIn\" />\r\n <wsdl:output message=\"tns:GetEventTypesSoapOut\"
304
+ />\r\n </wsdl:operation>\r\n <wsdl:operation name=\"GetLanguages\">\r\n
305
+ \ <wsdl:input message=\"tns:GetLanguagesSoapIn\" />\r\n <wsdl:output
306
+ message=\"tns:GetLanguagesSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
307
+ name=\"SubmitSermon\">\r\n <wsdl:input message=\"tns:SubmitSermonSoapIn\"
308
+ />\r\n <wsdl:output message=\"tns:SubmitSermonSoapOut\" />\r\n </wsdl:operation>\r\n
309
+ \ <wsdl:operation name=\"UpdateSermon\">\r\n <wsdl:input message=\"tns:UpdateSermonSoapIn\"
310
+ />\r\n <wsdl:output message=\"tns:UpdateSermonSoapOut\" />\r\n </wsdl:operation>\r\n
311
+ \ <wsdl:operation name=\"SermonList\">\r\n <wsdl:input message=\"tns:SermonListSoapIn\"
312
+ />\r\n <wsdl:output message=\"tns:SermonListSoapOut\" />\r\n </wsdl:operation>\r\n
313
+ \ <wsdl:operation name=\"NewestSermonsByMemberID\">\r\n <wsdl:input
314
+ message=\"tns:NewestSermonsByMemberIDSoapIn\" />\r\n <wsdl:output message=\"tns:NewestSermonsByMemberIDSoapOut\"
315
+ />\r\n </wsdl:operation>\r\n <wsdl:operation name=\"NewestSermonsBySpeaker\">\r\n
316
+ \ <wsdl:input message=\"tns:NewestSermonsBySpeakerSoapIn\" />\r\n <wsdl:output
317
+ message=\"tns:NewestSermonsBySpeakerSoapOut\" />\r\n </wsdl:operation>\r\n
318
+ \ <wsdl:operation name=\"FavoriteSermons\">\r\n <wsdl:input message=\"tns:FavoriteSermonsSoapIn\"
319
+ />\r\n <wsdl:output message=\"tns:FavoriteSermonsSoapOut\" />\r\n </wsdl:operation>\r\n
320
+ \ <wsdl:operation name=\"FavoriteBroadcasters\">\r\n <wsdl:input message=\"tns:FavoriteBroadcastersSoapIn\"
321
+ />\r\n <wsdl:output message=\"tns:FavoriteBroadcastersSoapOut\" />\r\n
322
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"FavoriteSpeakers\">\r\n
323
+ \ <wsdl:input message=\"tns:FavoriteSpeakersSoapIn\" />\r\n <wsdl:output
324
+ message=\"tns:FavoriteSpeakersSoapOut\" />\r\n </wsdl:operation>\r\n <wsdl:operation
325
+ name=\"GetSermonInfo\">\r\n <wsdl:input message=\"tns:GetSermonInfoSoapIn\"
326
+ />\r\n <wsdl:output message=\"tns:GetSermonInfoSoapOut\" />\r\n </wsdl:operation>\r\n
327
+ \ </wsdl:portType>\r\n <wsdl:binding name=\"ServiceSoap\" type=\"tns:ServiceSoap\">\r\n
328
+ \ <soap:binding transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n
329
+ \ <wsdl:operation name=\"GetSeriesByMemberID\">\r\n <soap:operation
330
+ soapAction=\"http://www.sermonaudio.com/GetSeriesByMemberID\" style=\"document\"
331
+ />\r\n <wsdl:input>\r\n <soap:body use=\"literal\" />\r\n </wsdl:input>\r\n
332
+ \ <wsdl:output>\r\n <soap:body use=\"literal\" />\r\n </wsdl:output>\r\n
333
+ \ </wsdl:operation>\r\n <wsdl:operation name=\"GetNewestSeriesByMemberID\">\r\n
334
+ \ <soap:operation soapAction=\"http://www.sermonaudio.com/GetNewestSeriesByMemberID\"
335
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
336
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
337
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
338
+ name=\"GetSpeakersByMemberID\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/GetSpeakersByMemberID\"
339
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
340
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
341
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
342
+ name=\"GetSpeakersByKeyword\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/GetSpeakersByKeyword\"
343
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
344
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
345
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
346
+ name=\"GetEventTypes\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/GetEventTypes\"
347
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
348
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
349
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
350
+ name=\"GetLanguages\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/GetLanguages\"
351
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
352
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
353
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
354
+ name=\"SubmitSermon\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/SubmitSermon\"
355
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
356
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
357
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
358
+ name=\"UpdateSermon\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/UpdateSermon\"
359
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
360
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
361
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
362
+ name=\"SermonList\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/SermonList\"
363
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
364
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
365
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
366
+ name=\"NewestSermonsByMemberID\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/NewestSermonsByMemberID\"
367
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
368
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
369
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
370
+ name=\"NewestSermonsBySpeaker\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/NewestSermonsBySpeaker\"
371
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
372
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
373
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
374
+ name=\"FavoriteSermons\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/FavoriteSermons\"
375
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
376
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
377
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
378
+ name=\"FavoriteBroadcasters\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/FavoriteBroadcasters\"
379
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
380
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
381
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
382
+ name=\"FavoriteSpeakers\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/FavoriteSpeakers\"
383
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
384
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
385
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
386
+ name=\"GetSermonInfo\">\r\n <soap:operation soapAction=\"http://www.sermonaudio.com/GetSermonInfo\"
387
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap:body use=\"literal\"
388
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap:body use=\"literal\"
389
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
390
+ \ <wsdl:binding name=\"ServiceSoap12\" type=\"tns:ServiceSoap\">\r\n <soap12:binding
391
+ transport=\"http://schemas.xmlsoap.org/soap/http\" />\r\n <wsdl:operation
392
+ name=\"GetSeriesByMemberID\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/GetSeriesByMemberID\"
393
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
394
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
395
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
396
+ name=\"GetNewestSeriesByMemberID\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/GetNewestSeriesByMemberID\"
397
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
398
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
399
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
400
+ name=\"GetSpeakersByMemberID\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/GetSpeakersByMemberID\"
401
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
402
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
403
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
404
+ name=\"GetSpeakersByKeyword\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/GetSpeakersByKeyword\"
405
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
406
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
407
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
408
+ name=\"GetEventTypes\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/GetEventTypes\"
409
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
410
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
411
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
412
+ name=\"GetLanguages\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/GetLanguages\"
413
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
414
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
415
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
416
+ name=\"SubmitSermon\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/SubmitSermon\"
417
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
418
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
419
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
420
+ name=\"UpdateSermon\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/UpdateSermon\"
421
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
422
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
423
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
424
+ name=\"SermonList\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/SermonList\"
425
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
426
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
427
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
428
+ name=\"NewestSermonsByMemberID\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/NewestSermonsByMemberID\"
429
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
430
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
431
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
432
+ name=\"NewestSermonsBySpeaker\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/NewestSermonsBySpeaker\"
433
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
434
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
435
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
436
+ name=\"FavoriteSermons\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/FavoriteSermons\"
437
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
438
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
439
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
440
+ name=\"FavoriteBroadcasters\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/FavoriteBroadcasters\"
441
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
442
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
443
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
444
+ name=\"FavoriteSpeakers\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/FavoriteSpeakers\"
445
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
446
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
447
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n <wsdl:operation
448
+ name=\"GetSermonInfo\">\r\n <soap12:operation soapAction=\"http://www.sermonaudio.com/GetSermonInfo\"
449
+ style=\"document\" />\r\n <wsdl:input>\r\n <soap12:body use=\"literal\"
450
+ />\r\n </wsdl:input>\r\n <wsdl:output>\r\n <soap12:body use=\"literal\"
451
+ />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
452
+ \ <wsdl:service name=\"Service\">\r\n <wsdl:port name=\"ServiceSoap\" binding=\"tns:ServiceSoap\">\r\n
453
+ \ <soap:address location=\"http://web4.sa-media.com/SASoapAPI/service.asmx\"
454
+ />\r\n </wsdl:port>\r\n <wsdl:port name=\"ServiceSoap12\" binding=\"tns:ServiceSoap12\">\r\n
455
+ \ <soap12:address location=\"http://web4.sa-media.com/SASoapAPI/service.asmx\"
456
+ />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
457
+ http_version:
458
+ recorded_at: Thu, 24 Jul 2014 16:38:04 GMT
459
+ - request:
460
+ method: post
461
+ uri: http://web4.sa-media.com/SASoapAPI/service.asmx
462
+ body:
463
+ encoding: UTF-8
464
+ string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
465
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://www.sermonaudio.com/"
466
+ xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><tns:NewestSermonsBySpeaker><tns:SpeakerName>Mitchell
467
+ Jones</tns:SpeakerName></tns:NewestSermonsBySpeaker></env:Body></env:Envelope>
468
+ headers:
469
+ Soapaction:
470
+ - '"http://www.sermonaudio.com/NewestSermonsBySpeaker"'
471
+ Content-Type:
472
+ - application/soap+xml;charset=UTF-8
473
+ Content-Length:
474
+ - '385'
475
+ Accept-Encoding:
476
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
477
+ Accept:
478
+ - "*/*"
479
+ User-Agent:
480
+ - Ruby
481
+ response:
482
+ status:
483
+ code: 200
484
+ message: OK
485
+ headers:
486
+ Cache-Control:
487
+ - private, max-age=0
488
+ Content-Type:
489
+ - application/soap+xml; charset=utf-8
490
+ Server:
491
+ - Microsoft-IIS/7.5
492
+ X-Aspnet-Version:
493
+ - 2.0.50727
494
+ X-Powered-By:
495
+ - ASP.NET
496
+ Date:
497
+ - Thu, 24 Jul 2014 16:37:59 GMT
498
+ Content-Length:
499
+ - '12633'
500
+ body:
501
+ encoding: UTF-8
502
+ string: '<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
503
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><NewestSermonsBySpeakerResponse
504
+ xmlns="http://www.sermonaudio.com/"><NewestSermonsBySpeakerResult><Sermon><SermonID>720141933368</SermonID><Title>Facing
505
+ Death</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
506
+ - PM</EventType><BibleText>Psalm 23:4</BibleText><Date>2014-07-20T18:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>39
507
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/720141933368/720141933368.mp3</MP3Filename></Sermon><Sermon><SermonID>720141118528</SermonID><Title>How
508
+ to Trust God in Trying Times</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
509
+ Service</EventType><BibleText>Habakkuk 1:12</BibleText><Date>2014-07-20T00:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>40
510
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/720141118528/720141118528.mp3</MP3Filename></Sermon><Sermon><SermonID>713141524117</SermonID><Title>Submitting
511
+ To Authority in The Workplace Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
512
+ Service</EventType><BibleText>1 Peter 2:18-20</BibleText><Date>2014-07-13T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>50
513
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/713141524117/713141524117.mp3</MP3Filename></Sermon><Sermon><SermonID>761420292310</SermonID><Title>He
514
+ Restores My Soul</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
515
+ - PM</EventType><BibleText>Psalm 23:3</BibleText><Date>2014-07-06T18:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>38
516
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/761420292310/761420292310.mp3</MP3Filename></Sermon><Sermon><SermonID>761411224110</SermonID><Title>Submitting
517
+ to Authority in the Workplace (Part 1)</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
518
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 2:18-20</BibleText><Date>2014-07-06T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>60
519
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/761411224110/761411224110.mp3</MP3Filename></Sermon><Sermon><SermonID>62214203181</SermonID><Title>He
520
+ Leads Me Beside Still Waters</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell
521
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>Psalm 23:2b</BibleText><Date>2014-06-22T18:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>38
522
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/62214203181/62214203181.mp3</MP3Filename></Sermon><Sermon><SermonID>629141341270</SermonID><Title>Submitting
523
+ To Civil Authority Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
524
+ Service</EventType><BibleText>1 Peter 2:13-17</BibleText><Date>2014-06-29T00:00:00</Date><DownloadCount>14</DownloadCount><MP3Duration>62
525
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/629141341270/629141341270.mp3</MP3Filename></Sermon><Sermon><SermonID>622141327159</SermonID><Title>Submitting
526
+ To Civil Authority Pt 2</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
527
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 2:13-17</BibleText><Date>2014-06-22T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>54
528
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/622141327159/622141327159.mp3</MP3Filename></Sermon><Sermon><SermonID>6151412131410</SermonID><Title>Spiritual
529
+ Manliness</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
530
+ Service</EventType><BibleText>Job 1:1</BibleText><Date>2014-06-15T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>56
531
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6151412131410/6151412131410.mp3</MP3Filename></Sermon><Sermon><SermonID>6114210200</SermonID><Title>He
532
+ Makes Me Lie Down</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
533
+ - PM</EventType><BibleText>Psalm 23:2</BibleText><Date>2014-06-01T18:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>48
534
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6114210200/6114210200.mp3</MP3Filename></Sermon><Sermon><SermonID>61141839108</SermonID><Title>Submission
535
+ To Those In Authority Pt.1</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
536
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 2:11-12;
537
+ 1 Peter 2</BibleText><Date>2014-06-01T00:00:00</Date><DownloadCount>22</DownloadCount><MP3Duration>45
538
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/61141839108/61141839108.mp3</MP3Filename></Sermon><Sermon><SermonID>611411133</SermonID><Title>Godly
539
+ Living Pt. 2</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
540
+ Service</EventType><BibleText>1 Peter 2:11-12; 1 Peter 2</BibleText><Date>2014-05-25T00:00:00</Date><DownloadCount>23</DownloadCount><MP3Duration>62
541
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/611411133/611411133.mp3</MP3Filename></Sermon><Sermon><SermonID>518142038337</SermonID><Title>The
542
+ Lord is my Shepherd</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell
543
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>Psalm 23:1</BibleText><Date>2014-05-18T18:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>42
544
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/518142038337/518142038337.mp3</MP3Filename></Sermon><Sermon><SermonID>51814137295</SermonID><Title>Godly
545
+ Living</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
546
+ Service</EventType><BibleText>1 Peter 2:11-12</BibleText><Date>2014-05-18T00:00:00</Date><DownloadCount>6</DownloadCount><MP3Duration>53
547
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/51814137295/51814137295.mp3</MP3Filename></Sermon><Sermon><SermonID>54142032551</SermonID><Title>Intro
548
+ to Psalm 23</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
549
+ - PM</EventType><BibleText>Psalm 23</BibleText><Date>2014-05-04T18:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>39
550
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/54142032551/54142032551.mp3</MP3Filename></Sermon><Sermon><SermonID>5414183275</SermonID><Title>Christ
551
+ in the Midst of the Storm</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Conference</EventType><BibleText>Luke
552
+ 8:22-25</BibleText><Date>2014-04-27T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>45
553
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/5414183275/5414183275.mp3</MP3Filename></Sermon><Sermon><SermonID>54141317151</SermonID><Title>The
554
+ Purpose Of The Church Pt.2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
555
+ Service</EventType><BibleText>1 Peter 2:9-10</BibleText><Date>2014-05-04T00:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>55
556
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/54141317151/54141317151.mp3</MP3Filename></Sermon><Sermon><SermonID>52141118171</SermonID><Title>The
557
+ Picture of Christ''s Church</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Conference</EventType><BibleText>1
558
+ Peter 2:4-8</BibleText><Date>2014-04-27T00:00:00</Date><DownloadCount>21</DownloadCount><MP3Duration>56
559
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/52141118171/52141118171.mp3</MP3Filename></Sermon><Sermon><SermonID>420141220235</SermonID><Title>Why
560
+ is the Resurrection of Christ So Important?</Title><SubTitle /><Speaker>Mitchell
561
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Corinthians
562
+ 15:14</BibleText><Date>2014-04-20T00:00:00</Date><DownloadCount>5</DownloadCount><MP3Duration>52
563
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/420141220235/420141220235.mp3</MP3Filename></Sermon><Sermon><SermonID>413142040445</SermonID><Title>Jeremiah''s
564
+ Time and Ours (Part 2)</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
565
+ - PM</EventType><BibleText>Jeremiah 20:1-18</BibleText><Date>2014-04-13T18:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>39
566
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/413142040445/413142040445.mp3</MP3Filename></Sermon><Sermon><SermonID>413141125151</SermonID><Title>The
567
+ Mystery of Gethsemane</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
568
+ Service</EventType><BibleText>Mark 14:32-36</BibleText><Date>2014-04-13T00:00:00</Date><DownloadCount>5</DownloadCount><MP3Duration>42
569
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/413141125151/413141125151.mp3</MP3Filename></Sermon><Sermon><SermonID>4614103089</SermonID><Title>Behold
570
+ the Lamb of God Pt 2: His Power</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
571
+ Service</EventType><BibleText>John 1:29</BibleText><Date>2014-04-06T00:00:00</Date><DownloadCount>4</DownloadCount><MP3Duration>61
572
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/4614103089/4614103089.mp3</MP3Filename></Sermon><Sermon><SermonID>33014112560</SermonID><Title>Behold
573
+ the Lamb of God</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
574
+ Service</EventType><BibleText /><Date>2014-03-30T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>53
575
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/33014112560/33014112560.mp3</MP3Filename></Sermon><Sermon><SermonID>323142044519</SermonID><Title>Jeremiah''s
576
+ Time and Ours (Part 1)</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
577
+ - PM</EventType><BibleText>Jeremiah 20:1-18</BibleText><Date>2014-03-23T18:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>48
578
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/323142044519/323142044519.mp3</MP3Filename></Sermon><Sermon><SermonID>323141054357</SermonID><Title>The
579
+ Purpose of the Church (Part 1)</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
580
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 2:4-8</BibleText><Date>2014-03-23T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>57
581
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/323141054357/323141054357.mp3</MP3Filename></Sermon><Sermon><SermonID>316142040254</SermonID><Title>Learning
582
+ from Christ in the Midst of the Storm</Title><SubTitle /><Speaker>Mitchell
583
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>Luke 8:22-25</BibleText><Date>2014-03-16T18:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>51
584
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/316142040254/316142040254.mp3</MP3Filename></Sermon><Sermon><SermonID>316141235139</SermonID><Title>The
585
+ Picture of the Church</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
586
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 2:4-8</BibleText><Date>2014-03-16T00:00:00</Date><DownloadCount>4</DownloadCount><MP3Duration>61
587
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/316141235139/316141235139.mp3</MP3Filename></Sermon><Sermon><SermonID>39141942171</SermonID><Title>Overcoming
588
+ Depression Part 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
589
+ - PM</EventType><BibleText>Psalm 42; Psalm 43</BibleText><Date>2014-03-09T18:00:00</Date><DownloadCount>180</DownloadCount><MP3Duration>45
590
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/39141942171/39141942171.mp3</MP3Filename></Sermon><Sermon><SermonID>39141215302</SermonID><Title>Are
591
+ You Coming to Christ?</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
592
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 2:4</BibleText><Date>2014-03-09T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>62
593
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/39141215302/39141215302.mp3</MP3Filename></Sermon><Sermon><SermonID>32142035119</SermonID><Title>Overcoming
594
+ Depression Part 1</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
595
+ Service</EventType><BibleText>Psalm 42; Psalm 43</BibleText><Date>2014-03-02T00:00:00</Date><DownloadCount>213</DownloadCount><MP3Duration>39
596
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/32142035119/32142035119.mp3</MP3Filename></Sermon></NewestSermonsBySpeakerResult></NewestSermonsBySpeakerResponse></soap:Body></soap:Envelope>'
597
+ http_version:
598
+ recorded_at: Thu, 24 Jul 2014 16:38:04 GMT
599
+ recorded_with: VCR 2.9.2