sermonaudio 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
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,1189 @@
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:SermonList><tns:MemberID>cbcelgin</tns:MemberID></tns:SermonList></env:Body></env:Envelope>
467
+ headers:
468
+ Soapaction:
469
+ - '"http://www.sermonaudio.com/SermonList"'
470
+ Content-Type:
471
+ - application/soap+xml;charset=UTF-8
472
+ Content-Length:
473
+ - '349'
474
+ Accept-Encoding:
475
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
476
+ Accept:
477
+ - "*/*"
478
+ User-Agent:
479
+ - Ruby
480
+ response:
481
+ status:
482
+ code: 200
483
+ message: OK
484
+ headers:
485
+ Cache-Control:
486
+ - private, max-age=0
487
+ Content-Type:
488
+ - application/soap+xml; charset=utf-8
489
+ Server:
490
+ - Microsoft-IIS/7.5
491
+ X-Aspnet-Version:
492
+ - 2.0.50727
493
+ X-Powered-By:
494
+ - ASP.NET
495
+ Date:
496
+ - Thu, 24 Jul 2014 16:37:59 GMT
497
+ Content-Length:
498
+ - '89356'
499
+ body:
500
+ encoding: UTF-8
501
+ string: '<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
502
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><SermonListResponse
503
+ xmlns="http://www.sermonaudio.com/"><SermonListResult><Sermon><SermonID>720141933368</SermonID><Title>Facing
504
+ Death</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
505
+ - PM</EventType><BibleText>Psalm 23:4</BibleText><Date>2014-07-20T18:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>39
506
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/720141933368/720141933368.mp3</MP3Filename></Sermon><Sermon><SermonID>720141118528</SermonID><Title>How
507
+ to Trust God in Trying Times</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
508
+ Service</EventType><BibleText>Habakkuk 1:12</BibleText><Date>2014-07-20T00:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>40
509
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/720141118528/720141118528.mp3</MP3Filename></Sermon><Sermon><SermonID>713141524117</SermonID><Title>Submitting
510
+ To Authority in The Workplace Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
511
+ Service</EventType><BibleText>1 Peter 2:18-20</BibleText><Date>2014-07-13T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>50
512
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/713141524117/713141524117.mp3</MP3Filename></Sermon><Sermon><SermonID>761420292310</SermonID><Title>He
513
+ Restores My Soul</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
514
+ - PM</EventType><BibleText>Psalm 23:3</BibleText><Date>2014-07-06T18:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>38
515
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/761420292310/761420292310.mp3</MP3Filename></Sermon><Sermon><SermonID>761411224110</SermonID><Title>Submitting
516
+ to Authority in the Workplace (Part 1)</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
517
+ 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
518
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/761411224110/761411224110.mp3</MP3Filename></Sermon><Sermon><SermonID>629141341270</SermonID><Title>Submitting
519
+ To Civil Authority Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
520
+ Service</EventType><BibleText>1 Peter 2:13-17</BibleText><Date>2014-06-29T00:00:00</Date><DownloadCount>14</DownloadCount><MP3Duration>62
521
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/629141341270/629141341270.mp3</MP3Filename></Sermon><Sermon><SermonID>62214203181</SermonID><Title>He
522
+ Leads Me Beside Still Waters</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell
523
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>Psalm 23:2b</BibleText><Date>2014-06-22T18:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>38
524
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/62214203181/62214203181.mp3</MP3Filename></Sermon><Sermon><SermonID>622141327159</SermonID><Title>Submitting
525
+ To Civil Authority Pt 2</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
526
+ 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
527
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/622141327159/622141327159.mp3</MP3Filename></Sermon><Sermon><SermonID>6151412131410</SermonID><Title>Spiritual
528
+ Manliness</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
529
+ Service</EventType><BibleText>Job 1:1</BibleText><Date>2014-06-15T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>56
530
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6151412131410/6151412131410.mp3</MP3Filename></Sermon><Sermon><SermonID>6114210200</SermonID><Title>He
531
+ Makes Me Lie Down</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
532
+ - PM</EventType><BibleText>Psalm 23:2</BibleText><Date>2014-06-01T18:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>48
533
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6114210200/6114210200.mp3</MP3Filename></Sermon><Sermon><SermonID>61141839108</SermonID><Title>Submission
534
+ To Those In Authority Pt.1</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
535
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 2:11-12;
536
+ 1 Peter 2</BibleText><Date>2014-06-01T00:00:00</Date><DownloadCount>22</DownloadCount><MP3Duration>45
537
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/61141839108/61141839108.mp3</MP3Filename></Sermon><Sermon><SermonID>611411133</SermonID><Title>Godly
538
+ Living Pt. 2</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
539
+ Service</EventType><BibleText>1 Peter 2:11-12; 1 Peter 2</BibleText><Date>2014-05-25T00:00:00</Date><DownloadCount>23</DownloadCount><MP3Duration>62
540
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/611411133/611411133.mp3</MP3Filename></Sermon><Sermon><SermonID>518142038337</SermonID><Title>The
541
+ Lord is my Shepherd</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell
542
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>Psalm 23:1</BibleText><Date>2014-05-18T18:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>42
543
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/518142038337/518142038337.mp3</MP3Filename></Sermon><Sermon><SermonID>51814137295</SermonID><Title>Godly
544
+ Living</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
545
+ Service</EventType><BibleText>1 Peter 2:11-12</BibleText><Date>2014-05-18T00:00:00</Date><DownloadCount>6</DownloadCount><MP3Duration>53
546
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/51814137295/51814137295.mp3</MP3Filename></Sermon><Sermon><SermonID>54142032551</SermonID><Title>Intro
547
+ to Psalm 23</Title><SubTitle>Psalm 23</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
548
+ - PM</EventType><BibleText>Psalm 23</BibleText><Date>2014-05-04T18:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>39
549
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/54142032551/54142032551.mp3</MP3Filename></Sermon><Sermon><SermonID>54141317151</SermonID><Title>The
550
+ Purpose Of The Church Pt.2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
551
+ Service</EventType><BibleText>1 Peter 2:9-10</BibleText><Date>2014-05-04T00:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>55
552
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/54141317151/54141317151.mp3</MP3Filename></Sermon><Sermon><SermonID>427141729539</SermonID><Title>Gratefully
553
+ His</Title><SubTitle /><Speaker>Charles Wilson</Speaker><EventType>Sunday
554
+ - AM</EventType><BibleText>Romans 12:1-2</BibleText><Date>2014-04-27T11:00:00</Date><DownloadCount>21</DownloadCount><MP3Duration>57
555
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/427141729539/427141729539.mp3</MP3Filename></Sermon><Sermon><SermonID>420141220235</SermonID><Title>Why
556
+ is the Resurrection of Christ So Important?</Title><SubTitle /><Speaker>Mitchell
557
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Corinthians
558
+ 15:14</BibleText><Date>2014-04-20T00:00:00</Date><DownloadCount>5</DownloadCount><MP3Duration>52
559
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/420141220235/420141220235.mp3</MP3Filename></Sermon><Sermon><SermonID>413142040445</SermonID><Title>Jeremiah''s
560
+ Time and Ours (Part 2)</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
561
+ - PM</EventType><BibleText>Jeremiah 20:1-18</BibleText><Date>2014-04-13T18:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>39
562
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/413142040445/413142040445.mp3</MP3Filename></Sermon><Sermon><SermonID>413141125151</SermonID><Title>The
563
+ Mystery of Gethsemane</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
564
+ Service</EventType><BibleText>Mark 14:32-36</BibleText><Date>2014-04-13T00:00:00</Date><DownloadCount>5</DownloadCount><MP3Duration>42
565
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/413141125151/413141125151.mp3</MP3Filename></Sermon><Sermon><SermonID>4614103089</SermonID><Title>Behold
566
+ the Lamb of God Pt 2: His Power</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
567
+ Service</EventType><BibleText>John 1:29</BibleText><Date>2014-04-06T00:00:00</Date><DownloadCount>4</DownloadCount><MP3Duration>61
568
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/4614103089/4614103089.mp3</MP3Filename></Sermon><Sermon><SermonID>33014112560</SermonID><Title>Behold
569
+ the Lamb of God</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
570
+ Service</EventType><BibleText /><Date>2014-03-30T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>53
571
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/33014112560/33014112560.mp3</MP3Filename></Sermon><Sermon><SermonID>323142044519</SermonID><Title>Jeremiah''s
572
+ Time and Ours (Part 1)</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
573
+ - PM</EventType><BibleText>Jeremiah 20:1-18</BibleText><Date>2014-03-23T18:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>48
574
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/323142044519/323142044519.mp3</MP3Filename></Sermon><Sermon><SermonID>323141054357</SermonID><Title>The
575
+ Purpose of the Church (Part 1)</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
576
+ 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
577
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/323141054357/323141054357.mp3</MP3Filename></Sermon><Sermon><SermonID>316142040254</SermonID><Title>Learning
578
+ from Christ in the Midst of the Storm</Title><SubTitle /><Speaker>Mitchell
579
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>Luke 8:22-25</BibleText><Date>2014-03-16T18:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>51
580
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/316142040254/316142040254.mp3</MP3Filename></Sermon><Sermon><SermonID>316141235139</SermonID><Title>The
581
+ Picture of the Church</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
582
+ 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
583
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/316141235139/316141235139.mp3</MP3Filename></Sermon><Sermon><SermonID>39141942171</SermonID><Title>Overcoming
584
+ Depression Part 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
585
+ - PM</EventType><BibleText>Psalm 42; Psalm 43</BibleText><Date>2014-03-09T18:00:00</Date><DownloadCount>180</DownloadCount><MP3Duration>45
586
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/39141942171/39141942171.mp3</MP3Filename></Sermon><Sermon><SermonID>39141215302</SermonID><Title>Are
587
+ You Coming to Christ?</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
588
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 2:4</BibleText><Date>2014-03-09T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>62
589
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/39141215302/39141215302.mp3</MP3Filename></Sermon><Sermon><SermonID>32142035119</SermonID><Title>Overcoming
590
+ Depression Part 1</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
591
+ Service</EventType><BibleText>Psalm 42; Psalm 43</BibleText><Date>2014-03-02T00:00:00</Date><DownloadCount>213</DownloadCount><MP3Duration>39
592
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/32142035119/32142035119.mp3</MP3Filename></Sermon><Sermon><SermonID>32141048379</SermonID><Title>Grow
593
+ Up!</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
594
+ Service</EventType><BibleText>1 Peter 2:1-3</BibleText><Date>2014-03-02T00:00:00</Date><DownloadCount>6</DownloadCount><MP3Duration>67
595
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/32141048379/32141048379.mp3</MP3Filename></Sermon><Sermon><SermonID>223141333482</SermonID><Title>The
596
+ Menace Of Worldliness</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
597
+ Service</EventType><BibleText>1 John 2:15-17; 1 John</BibleText><Date>2014-02-23T00:00:00</Date><DownloadCount>20</DownloadCount><MP3Duration>61
598
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/223141333482/223141333482.mp3</MP3Filename></Sermon><Sermon><SermonID>216142030491</SermonID><Title>The
599
+ Nature of Love Part 9 - Love Never Fails</Title><SubTitle>1 Corinthians 13</SubTitle><Speaker>Mitchell
600
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>1 Corinthians
601
+ 13:8</BibleText><Date>2014-02-16T18:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>34
602
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/216142030491/216142030491.mp3</MP3Filename></Sermon><Sermon><SermonID>21614137240</SermonID><Title>The
603
+ Believers'' Call to Love (Part 2)</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
604
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 1:22-25</BibleText><Date>2014-02-16T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>57
605
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/21614137240/21614137240.mp3</MP3Filename></Sermon><Sermon><SermonID>29142023575</SermonID><Title>The
606
+ Nature of Love Part 8 - Love Endures All Things</Title><SubTitle>1 Corinthians
607
+ 13</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>1
608
+ Corinthians 13:7</BibleText><Date>2014-02-09T18:00:00</Date><DownloadCount>18</DownloadCount><MP3Duration>36
609
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/29142023575/29142023575.mp3</MP3Filename></Sermon><Sermon><SermonID>29141147531</SermonID><Title>The
610
+ Believers'' Call to Love - Part 1</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
611
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 1:22-25</BibleText><Date>2014-02-09T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>59
612
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/29141147531/29141147531.mp3</MP3Filename></Sermon><Sermon><SermonID>24141250361</SermonID><Title>Love
613
+ Bears All Things</Title><SubTitle>1 Corinthians 13</SubTitle><Speaker>Mitchell
614
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>1 Corinthians
615
+ 13:7</BibleText><Date>2014-02-02T18:00:00</Date><DownloadCount>28</DownloadCount><MP3Duration>61
616
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/24141250361/24141250361.mp3</MP3Filename></Sermon><Sermon><SermonID>2214119278</SermonID><Title>Redeemed:
617
+ The Believer''s Motivation (Part 2)</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
618
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 1:18-21</BibleText><Date>2014-02-02T00:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>64
619
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/2214119278/2214119278.mp3</MP3Filename></Sermon><Sermon><SermonID>12614141662</SermonID><Title>Redeemed:
620
+ The Believer''s Motivation (Part 1)</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
621
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 1:18-21</BibleText><Date>2014-01-26T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>64
622
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12614141662/12614141662.mp3</MP3Filename></Sermon><Sermon><SermonID>119142032423</SermonID><Title>Love
623
+ Rejoices in the Truth</Title><SubTitle>1 Corinthians 13</SubTitle><Speaker>Mitchell
624
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>1 Corinthians
625
+ 13:6</BibleText><Date>2014-01-19T18:00:00</Date><DownloadCount>19</DownloadCount><MP3Duration>36
626
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/119142032423/119142032423.mp3</MP3Filename></Sermon><Sermon><SermonID>119141326550</SermonID><Title>Ideal
627
+ Christian Living Part 3 - Living in the Fear of God</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
628
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 1:17</BibleText><Date>2014-01-19T00:00:00</Date><DownloadCount>40</DownloadCount><MP3Duration>64
629
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/119141326550/119141326550.mp3</MP3Filename></Sermon><Sermon><SermonID>112142037284</SermonID><Title>Ideal
630
+ Christian Living - Part 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
631
+ Service</EventType><BibleText>1 Peter 1:13-16</BibleText><Date>2014-01-12T00:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>55
632
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/112142037284/112142037284.mp3</MP3Filename></Sermon><Sermon><SermonID>122313338251</SermonID><Title>The
633
+ Indescribable Gift</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
634
+ Service</EventType><BibleText>2 Corinthians 9:15; 2 Corinthians 9</BibleText><Date>2013-12-22T00:00:00</Date><DownloadCount>31</DownloadCount><MP3Duration>53
635
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/122313338251/122313338251.mp3</MP3Filename></Sermon><Sermon><SermonID>12151313560</SermonID><Title>The
636
+ Good News of Jesus'' Birth</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
637
+ Service</EventType><BibleText>Luke 2:8-14</BibleText><Date>2013-12-15T00:00:00</Date><DownloadCount>3</DownloadCount><MP3Duration>45
638
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12151313560/12151313560.mp3</MP3Filename></Sermon><Sermon><SermonID>1211131150276</SermonID><Title>The
639
+ Nature of Love (Part 3)</Title><SubTitle>1 Corinthians 13</SubTitle><Speaker>Mitchell
640
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>1 Corinthians
641
+ 13:4</BibleText><Date>2013-12-08T18:00:00</Date><DownloadCount>18</DownloadCount><MP3Duration>39
642
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1211131150276/1211131150276.mp3</MP3Filename></Sermon><Sermon><SermonID>12813131960</SermonID><Title>Living
643
+ the Christian Life, Part 1</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
644
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 1:13-16</BibleText><Date>2013-12-08T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>50
645
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12813131960/12813131960.mp3</MP3Filename></Sermon><Sermon><SermonID>12313016131</SermonID><Title>Nature
646
+ of God''s Love (Part 2)</Title><SubTitle>1 Corinthians 13</SubTitle><Speaker>Mitchell
647
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>1 Corinthians
648
+ 13:4</BibleText><Date>2013-12-01T18:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>44
649
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12313016131/12313016131.mp3</MP3Filename></Sermon><Sermon><SermonID>1124131521338</SermonID><Title>God''s
650
+ Sovereign Mercy: The Basis of Thanksgiving</Title><SubTitle /><Speaker>Mitchell
651
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Luke 10:21</BibleText><Date>2013-11-24T00:00:00</Date><DownloadCount>6</DownloadCount><MP3Duration>53
652
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1124131521338/1124131521338.mp3</MP3Filename></Sermon><Sermon><SermonID>1123132132152</SermonID><Title>The
653
+ Nature of Love (Part 1)</Title><SubTitle>1 Corinthians 13</SubTitle><Speaker>Mitchell
654
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>1 Corinthians
655
+ 13:4</BibleText><Date>2013-11-17T18:00:00</Date><DownloadCount>27</DownloadCount><MP3Duration>48
656
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1123132132152/1123132132152.mp3</MP3Filename></Sermon><Sermon><SermonID>1123132039278</SermonID><Title>Believer''s
657
+ Joy</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
658
+ Service</EventType><BibleText>1 Peter 1:3-9</BibleText><Date>2013-11-17T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>61
659
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1123132039278/1123132039278.mp3</MP3Filename></Sermon><Sermon><SermonID>1117131524295</SermonID><Title>The
660
+ Greatest of These is Love</Title><SubTitle>1 Corinthians 13</SubTitle><Speaker>Mitchell
661
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>1 Corinthians
662
+ 13:1-3, 13</BibleText><Date>2013-11-10T18:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>50
663
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1117131524295/1117131524295.mp3</MP3Filename></Sermon><Sermon><SermonID>1031132124311</SermonID><Title>Faith
664
+ in Jesus Christ</Title><SubTitle /><Speaker>Charles Wilson</Speaker><EventType>Sunday
665
+ Service</EventType><BibleText>Romans 3:21-26</BibleText><Date>2013-10-13T00:00:00</Date><DownloadCount>41</DownloadCount><MP3Duration>64
666
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1031132124311/1031132124311.mp3</MP3Filename></Sermon><Sermon><SermonID>1031132043356</SermonID><Title>A
667
+ Trinitarian Work</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
668
+ Service</EventType><BibleText>1 Peter 1:1-2</BibleText><Date>2013-10-20T00:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>59
669
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1031132043356/1031132043356.mp3</MP3Filename></Sermon><Sermon><SermonID>1031131940227</SermonID><Title>The
670
+ Ten Virgins</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
671
+ Service</EventType><BibleText>Matthew 25:1-13</BibleText><Date>2013-09-29T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>59
672
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1031131940227/1031131940227.mp3</MP3Filename></Sermon><Sermon><SermonID>101313014409</SermonID><Title>The
673
+ Prayer of the Righteous</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
674
+ - PM</EventType><BibleText>James 5:16-18</BibleText><Date>2013-10-06T18:00:00</Date><DownloadCount>85</DownloadCount><MP3Duration>36
675
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/101313014409/101313014409.mp3</MP3Filename></Sermon><Sermon><SermonID>10131300386</SermonID><Title>First
676
+ Epistle of Peter: Introduction</Title><SubTitle>1 Peter</SubTitle><Speaker>Mitchell
677
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>1 Peter 1</BibleText><Date>2013-10-06T00:00:00</Date><DownloadCount>76</DownloadCount><MP3Duration>50
678
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/10131300386/10131300386.mp3</MP3Filename></Sermon><Sermon><SermonID>1021300202</SermonID><Title>Don''t
679
+ Grieve the Spirit</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
680
+ Service</EventType><BibleText>Ephesians 4:3</BibleText><Date>2013-09-22T00:00:00</Date><DownloadCount>101</DownloadCount><MP3Duration>45
681
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1021300202/1021300202.mp3</MP3Filename></Sermon><Sermon><SermonID>101132337481</SermonID><Title>The
682
+ Prescription for Divine Healing</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
683
+ - PM</EventType><BibleText>James 5:13-15</BibleText><Date>2013-09-22T18:00:00</Date><DownloadCount>45</DownloadCount><MP3Duration>46
684
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/101132337481/101132337481.mp3</MP3Filename></Sermon><Sermon><SermonID>9211319133110</SermonID><Title>God
685
+ of All Seasons</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
686
+ - PM</EventType><BibleText>James 5:13</BibleText><Date>2013-09-15T18:00:00</Date><DownloadCount>33</DownloadCount><MP3Duration>42
687
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/9211319133110/9211319133110.mp3</MP3Filename></Sermon><Sermon><SermonID>921131835380</SermonID><Title>Living
688
+ in the Spirit Part 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
689
+ Service</EventType><BibleText>Galatians 5:16-18</BibleText><Date>2013-07-15T00:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>52
690
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/921131835380/921131835380.mp3</MP3Filename></Sermon><Sermon><SermonID>92131142583</SermonID><Title>Stop
691
+ Swearing Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
692
+ - PM</EventType><BibleText>James 5:1</BibleText><Date>2013-09-01T18:00:00</Date><DownloadCount>19</DownloadCount><MP3Duration>43
693
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/92131142583/92131142583.mp3</MP3Filename></Sermon><Sermon><SermonID>91131111360</SermonID><Title>What
694
+ Did The Holy Spirit Produce At Pentecost?</Title><SubTitle /><Speaker>Mitchell
695
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Acts 2:36-47;
696
+ Acts 2</BibleText><Date>2013-09-01T00:00:00</Date><DownloadCount>34</DownloadCount><MP3Duration>64
697
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/91131111360/91131111360.mp3</MP3Filename></Sermon><Sermon><SermonID>825131324358</SermonID><Title>The
698
+ Conditions For Being Filled With The Holy Spirit</Title><SubTitle /><Speaker>Mitchell
699
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Ephesians 5:18;
700
+ Ephesians 5</BibleText><Date>2013-08-18T00:00:00</Date><DownloadCount>0</DownloadCount><MP3Duration
701
+ /><MP3Filename /></Sermon><Sermon><SermonID>82513137352</SermonID><Title>One
702
+ Master</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
703
+ Service</EventType><BibleText>Matthew 6:24, Matthew 6</BibleText><Date>2013-08-25T00:00:00</Date><DownloadCount>49</DownloadCount><MP3Duration>50
704
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/82513137352/82513137352.mp3</MP3Filename></Sermon><Sermon><SermonID>728131330383</SermonID><Title>Will
705
+ You Not Revive Us Again Pt 1</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
706
+ Service</EventType><BibleText>Psalm 85</BibleText><Date>2013-07-28T00:00:00</Date><DownloadCount>59</DownloadCount><MP3Duration>57
707
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/728131330383/728131330383.mp3</MP3Filename></Sermon><Sermon><SermonID>72113155551</SermonID><Title>Preparing
708
+ for True Revival</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
709
+ Service</EventType><BibleText>1 Kings 8:3-40</BibleText><Date>2013-07-21T00:00:00</Date><DownloadCount>61</DownloadCount><MP3Duration>53
710
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/72113155551/72113155551.mp3</MP3Filename></Sermon><Sermon><SermonID>714131555574</SermonID><Title>Wickedness
711
+ Of Self-Indulgent Living Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
712
+ - PM</EventType><BibleText>James 5:1-6; James 5</BibleText><Date>2013-07-14T18:00:00</Date><DownloadCount>45</DownloadCount><MP3Duration>32
713
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/714131555574/714131555574.mp3</MP3Filename></Sermon><Sermon><SermonID>71413134060</SermonID><Title>It''s
714
+ Time To Turn Back To The Lord</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
715
+ Service</EventType><BibleText>2 Chronicles 30:6-9; 2 Chronicles 30</BibleText><Date>2013-07-14T00:00:00</Date><DownloadCount>38</DownloadCount><MP3Duration>58
716
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/71413134060/71413134060.mp3</MP3Filename></Sermon><Sermon><SermonID>78131624710</SermonID><Title>Wickedness
717
+ Of Self Indulgence</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
718
+ - PM</EventType><BibleText>James 5:1-6, James 5</BibleText><Date>2013-07-07T18:00:00</Date><DownloadCount>22</DownloadCount><MP3Duration>48
719
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/78131624710/78131624710.mp3</MP3Filename></Sermon><Sermon><SermonID>78131621527</SermonID><Title>A
720
+ Cry From Despair For Hope</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
721
+ Service</EventType><BibleText>Psalm 80, Psalm</BibleText><Date>2013-07-07T00:00:00</Date><DownloadCount>28</DownloadCount><MP3Duration>53
722
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/78131621527/78131621527.mp3</MP3Filename></Sermon><Sermon><SermonID>78131617241</SermonID><Title>Jesus
723
+ Our Mediator</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
724
+ Service</EventType><BibleText>1 Timothy 2, 1 Timothy</BibleText><Date>2013-06-30T00:00:00</Date><DownloadCount>17</DownloadCount><MP3Duration>63
725
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/78131617241/78131617241.mp3</MP3Filename></Sermon><Sermon><SermonID>78131611316</SermonID><Title>Living
726
+ Presumptuously</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
727
+ - PM</EventType><BibleText>James 4, james</BibleText><Date>2013-06-09T18:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>43
728
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/78131611316/78131611316.mp3</MP3Filename></Sermon><Sermon><SermonID>7813164559</SermonID><Title>How
729
+ God Pursues Us</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
730
+ Service</EventType><BibleText>Jonah 1:10-17, Jonah 1</BibleText><Date>2013-06-09T00:00:00</Date><DownloadCount>5</DownloadCount><MP3Duration>64
731
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/7813164559/7813164559.mp3</MP3Filename></Sermon><Sermon><SermonID>6313103186</SermonID><Title>The
732
+ Sin Of Slandering Pt.2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
733
+ - PM</EventType><BibleText>James 4:11, James 4</BibleText><Date>2013-06-02T18:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>48
734
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6313103186/6313103186.mp3</MP3Filename></Sermon><Sermon><SermonID>6313955429</SermonID><Title>Arrested
735
+ By God</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
736
+ Service</EventType><BibleText>Jonah 1:10-17</BibleText><Date>2013-06-02T00:00:00</Date><DownloadCount>2</DownloadCount><MP3Duration>60
737
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6313955429/6313955429.mp3</MP3Filename></Sermon><Sermon><SermonID>631395096</SermonID><Title>The
738
+ Sin Of Slandering</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
739
+ - PM</EventType><BibleText>James 4:11; James 4</BibleText><Date>2013-05-19T18:00:00</Date><DownloadCount>14</DownloadCount><MP3Duration>52
740
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/631395096/631395096.mp3</MP3Filename></Sermon><Sermon><SermonID>52613134481</SermonID><Title>Blessed
741
+ Are The Persecuted For Righteousness Sake Pt 3</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
742
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:10-12;
743
+ Matthew 5</BibleText><Date>2013-05-26T00:00:00</Date><DownloadCount>23</DownloadCount><MP3Duration>51
744
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/52613134481/52613134481.mp3</MP3Filename></Sermon><Sermon><SermonID>52613133510</SermonID><Title>Blessed
745
+ Are The Persecuted For Righteousness Sake Pt.2</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
746
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:10-12,
747
+ Matthew 5</BibleText><Date>2013-05-19T00:00:00</Date><DownloadCount>0</DownloadCount><MP3Duration
748
+ /><MP3Filename /></Sermon><Sermon><SermonID>5121320081</SermonID><Title>Dead
749
+ To Sin, Alive In Christ</Title><SubTitle /><Speaker>Kevin Bridges</Speaker><EventType>Sunday
750
+ Service</EventType><BibleText>Romans 6:1-4</BibleText><Date>2013-05-12T00:00:00</Date><DownloadCount>27</DownloadCount><MP3Duration>62
751
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/5121320081/5121320081.mp3</MP3Filename></Sermon><Sermon><SermonID>55131137573</SermonID><Title>Overcoming
752
+ The World Pt 4</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
753
+ - PM</EventType><BibleText>James 4:7-10; James 4</BibleText><Date>2013-05-05T18:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>28
754
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/55131137573/55131137573.mp3</MP3Filename></Sermon><Sermon><SermonID>55131117212</SermonID><Title>Blessed
755
+ Are The Persecuted For Righteousness Sake</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
756
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:10-12;
757
+ Matthew 5</BibleText><Date>2013-05-05T00:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>63
758
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/55131117212/55131117212.mp3</MP3Filename></Sermon><Sermon><SermonID>428131120526</SermonID><Title>Self-Examination
759
+ Test</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
760
+ Service</EventType><BibleText>2 Corinthians 13:5; 2 Corinthians 13</BibleText><Date>2013-04-28T00:00:00</Date><DownloadCount>21</DownloadCount><MP3Duration>50
761
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/428131120526/428131120526.mp3</MP3Filename></Sermon><Sermon><SermonID>428131118493</SermonID><Title>Overcoming
762
+ The World Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
763
+ - PM</EventType><BibleText>James 4:7-10</BibleText><Date>2013-04-21T18:00:00</Date><DownloadCount>4</DownloadCount><MP3Duration>36
764
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/428131118493/428131118493.mp3</MP3Filename></Sermon><Sermon><SermonID>428131116010</SermonID><Title>Blessed
765
+ Are The Peacemakers Pt 2</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
766
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:9</BibleText><Date>2013-04-21T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>56
767
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/428131116010/428131116010.mp3</MP3Filename></Sermon><Sermon><SermonID>41813721340</SermonID><Title>Blessed
768
+ Are The Peacemakers</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
769
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:9,
770
+ Matthew</BibleText><Date>2013-04-14T00:00:00</Date><DownloadCount>35</DownloadCount><MP3Duration>58
771
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/41813721340/41813721340.mp3</MP3Filename></Sermon><Sermon><SermonID>47132232572</SermonID><Title>Blessed
772
+ Are The Pure In Heart Pt 3</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
773
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:8</BibleText><Date>2013-04-07T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>47
774
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/47132232572/47132232572.mp3</MP3Filename></Sermon><Sermon><SermonID>47132232381</SermonID><Title>The
775
+ Exalted Christ</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
776
+ Service</EventType><BibleText>Philippians 2:9-11</BibleText><Date>2013-03-31T00:00:00</Date><DownloadCount>5</DownloadCount><MP3Duration>64
777
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/47132232381/47132232381.mp3</MP3Filename></Sermon><Sermon><SermonID>47132227305</SermonID><Title>Blessed
778
+ Are The Pure In Heart Pt 2</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
779
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:8</BibleText><Date>2013-03-24T00:00:00</Date><DownloadCount>3</DownloadCount><MP3Duration>55
780
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/47132227305/47132227305.mp3</MP3Filename></Sermon><Sermon><SermonID>47132225503</SermonID><Title>Blessed
781
+ Are The Pure In Heart</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
782
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:8</BibleText><Date>2013-03-17T00:00:00</Date><DownloadCount>4</DownloadCount><MP3Duration>50
783
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/47132225503/47132225503.mp3</MP3Filename></Sermon><Sermon><SermonID>312131853299</SermonID><Title>Blessed
784
+ Are The Merciful Pt 2</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
785
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:7</BibleText><Date>2013-03-10T00:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>41
786
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/312131853299/312131853299.mp3</MP3Filename></Sermon><Sermon><SermonID>33131720100</SermonID><Title>Blessed
787
+ Are The Merciful</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
788
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:7</BibleText><Date>2013-03-03T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>54
789
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/33131720100/33131720100.mp3</MP3Filename></Sermon><Sermon><SermonID>224131513185</SermonID><Title>Why
790
+ Do Sinners Oppose God?</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
791
+ Service</EventType><BibleText>Luke 11:14-26</BibleText><Date>2013-02-24T00:00:00</Date><DownloadCount>12</DownloadCount><MP3Duration>67
792
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/224131513185/224131513185.mp3</MP3Filename></Sermon><Sermon><SermonID>217131345203</SermonID><Title>Living
793
+ Selfishly Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
794
+ - PM</EventType><BibleText>James 4:1-3</BibleText><Date>2013-02-17T18:00:00</Date><DownloadCount>0</DownloadCount><MP3Duration
795
+ /><MP3Filename /></Sermon><Sermon><SermonID>217131344192</SermonID><Title>Hungering
796
+ And Thirsting For Righteousness Pt 3</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
797
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:6</BibleText><Date>2013-02-17T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>55
798
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/217131344192/217131344192.mp3</MP3Filename></Sermon><Sermon><SermonID>217131343440</SermonID><Title>Living
799
+ Selfishly Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
800
+ - PM</EventType><BibleText>James 4:1-3</BibleText><Date>2013-02-10T18:00:00</Date><DownloadCount>44</DownloadCount><MP3Duration>50
801
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/217131343440/217131343440.mp3</MP3Filename></Sermon><Sermon><SermonID>217131342219</SermonID><Title>Living
802
+ Selfishly</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
803
+ - PM</EventType><BibleText>James 4:1-3</BibleText><Date>2013-02-03T18:00:00</Date><DownloadCount>30</DownloadCount><MP3Duration>57
804
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/217131342219/217131342219.mp3</MP3Filename></Sermon><Sermon><SermonID>210132129343</SermonID><Title>Hungering
805
+ And Thirsting For Righteousness Pt 2</Title><SubTitle /><Speaker>Mitchell
806
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText /><Date>2013-02-10T00:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>60
807
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/210132129343/210132129343.mp3</MP3Filename></Sermon><Sermon><SermonID>23131343372</SermonID><Title>Hungering
808
+ And Thirsting For Righteousness</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
809
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:6;
810
+ Matthew 5</BibleText><Date>2013-02-03T00:00:00</Date><DownloadCount>17</DownloadCount><MP3Duration>53
811
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/23131343372/23131343372.mp3</MP3Filename></Sermon><Sermon><SermonID>127131258570</SermonID><Title>God''s
812
+ Sovereignty</Title><SubTitle /><Speaker>Josh Bryant</Speaker><EventType>Sunday
813
+ Service</EventType><BibleText>Acts 16; Acts</BibleText><Date>2013-01-27T00:00:00</Date><DownloadCount>18</DownloadCount><MP3Duration>36
814
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/127131258570/127131258570.mp3</MP3Filename></Sermon><Sermon><SermonID>12213108264</SermonID><Title>Heavenly
815
+ Wisdom Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
816
+ - PM</EventType><BibleText>James 3</BibleText><Date>2013-01-20T18:00:00</Date><DownloadCount>24</DownloadCount><MP3Duration>49
817
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12213108264/12213108264.mp3</MP3Filename></Sermon><Sermon><SermonID>12213105293</SermonID><Title>Blessed
818
+ Are The Meek Pt 3</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
819
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5</BibleText><Date>2013-01-20T00:00:00</Date><DownloadCount>6</DownloadCount><MP3Duration>78
820
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12213105293/12213105293.mp3</MP3Filename></Sermon><Sermon><SermonID>12213101272</SermonID><Title>Heavenly
821
+ Wisdom: It''s Characterization</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
822
+ - PM</EventType><BibleText>James 3:16-18; James 3</BibleText><Date>2013-01-13T18:00:00</Date><DownloadCount>22</DownloadCount><MP3Duration>38
823
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12213101272/12213101272.mp3</MP3Filename></Sermon><Sermon><SermonID>12213958481</SermonID><Title>Blessed
824
+ Are The Meek Pt 2</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
825
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:5;
826
+ Matthew 5</BibleText><Date>2013-01-13T00:00:00</Date><DownloadCount>11</DownloadCount><MP3Duration>68
827
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12213958481/12213958481.mp3</MP3Filename></Sermon><Sermon><SermonID>1221395593</SermonID><Title>Scripture
828
+ Memorization</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
829
+ - PM</EventType><BibleText>Psalm 119:11; Psalm 119</BibleText><Date>2013-01-06T18:00:00</Date><DownloadCount>34</DownloadCount><MP3Duration>43
830
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1221395593/1221395593.mp3</MP3Filename></Sermon><Sermon><SermonID>12213952150</SermonID><Title>Two
831
+ Paths Taken</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
832
+ Service</EventType><BibleText>Psalm 1; Psalms</BibleText><Date>2013-01-06T00:00:00</Date><DownloadCount>12</DownloadCount><MP3Duration>65
833
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12213952150/12213952150.mp3</MP3Filename></Sermon><Sermon><SermonID>18139192410</SermonID><Title>What
834
+ About Tomorrow?</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
835
+ Service</EventType><BibleText>Proverbs 27:1; Proverbs</BibleText><Date>2012-12-30T00:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>55
836
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/18139192410/18139192410.mp3</MP3Filename></Sermon><Sermon><SermonID>1223121610458</SermonID><Title>Who
837
+ Is The Baby In The Manger? Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
838
+ Service</EventType><BibleText>Luke 2:7-12; Colossians 1:15-20</BibleText><Date>2012-12-23T00:00:00</Date><DownloadCount>14</DownloadCount><MP3Duration>64
839
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1223121610458/1223121610458.mp3</MP3Filename></Sermon><Sermon><SermonID>1216122155432</SermonID><Title>Who
840
+ Is The Baby In The Manger? Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
841
+ Service</EventType><BibleText>Luke 2:7-12; Colossians 1:15-20</BibleText><Date>2012-12-16T00:00:00</Date><DownloadCount>11</DownloadCount><MP3Duration>61
842
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1216122155432/1216122155432.mp3</MP3Filename></Sermon><Sermon><SermonID>121012048120</SermonID><Title>Heavenly
843
+ Wisdom</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
844
+ Service</EventType><BibleText>James 3</BibleText><Date>2012-12-10T00:00:00</Date><DownloadCount>37</DownloadCount><MP3Duration>44
845
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/121012048120/121012048120.mp3</MP3Filename></Sermon><Sermon><SermonID>129121843455</SermonID><Title>Who
846
+ Is The Baby In The Manger?</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
847
+ Service</EventType><BibleText>Luke 2:7-12; Colossians 1:15-20</BibleText><Date>2012-12-09T00:00:00</Date><DownloadCount>37</DownloadCount><MP3Duration>66
848
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/129121843455/129121843455.mp3</MP3Filename></Sermon><Sermon><SermonID>123121225541</SermonID><Title>Contend
849
+ For The Faith</Title><SubTitle /><Speaker>Jim Bryant</Speaker><EventType>Sunday
850
+ Service</EventType><BibleText>Jude 20</BibleText><Date>2012-10-28T00:00:00</Date><DownloadCount>24</DownloadCount><MP3Duration>52
851
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/123121225541/123121225541.mp3</MP3Filename></Sermon><Sermon><SermonID>1221216052</SermonID><Title>Blessed
852
+ Are The Meek</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell Jones</Speaker><EventType>Sunday
853
+ Service</EventType><BibleText>Matthew 5</BibleText><Date>2012-12-02T00:00:00</Date><DownloadCount>12</DownloadCount><MP3Duration>62
854
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1221216052/1221216052.mp3</MP3Filename></Sermon><Sermon><SermonID>11251213123010</SermonID><Title>Blessed
855
+ Are Those Who Mourn Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
856
+ Service</EventType><BibleText /><Date>2012-11-25T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>54
857
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/11251213123010/11251213123010.mp3</MP3Filename></Sermon><Sermon><SermonID>111912942460</SermonID><Title>Blessed
858
+ Are Those Who Mourn Pt 2</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
859
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:4</BibleText><Date>2012-11-18T00:00:00</Date><DownloadCount>5</DownloadCount><MP3Duration>66
860
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/111912942460/111912942460.mp3</MP3Filename></Sermon><Sermon><SermonID>111112231640</SermonID><Title>Blessed
861
+ Are Those Who Mourn</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
862
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:4,
863
+ Matthew</BibleText><Date>2012-11-11T00:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>67
864
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/111112231640/111112231640.mp3</MP3Filename></Sermon><Sermon><SermonID>114121734183</SermonID><Title>How
865
+ To Trust God In Trying Times</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Devotional</EventType><BibleText>Habakkuk
866
+ 1; Habakkuk</BibleText><Date>2012-11-04T00:00:00</Date><DownloadCount>48</DownloadCount><MP3Duration>52
867
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/114121734183/114121734183.mp3</MP3Filename></Sermon><Sermon><SermonID>1022121048350</SermonID><Title>Heavenly
868
+ Treasures</Title><SubTitle /><Speaker>Josh Bryant</Speaker><EventType>Sunday
869
+ Service</EventType><BibleText>Luke</BibleText><Date>2012-10-21T00:00:00</Date><DownloadCount>40</DownloadCount><MP3Duration>41
870
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1022121048350/1022121048350.mp3</MP3Filename></Sermon><Sermon><SermonID>10151204286</SermonID><Title>The
871
+ Fickleness Of The Tongue</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
872
+ Service</EventType><BibleText>James 3; James</BibleText><Date>2012-10-14T00:00:00</Date><DownloadCount>22</DownloadCount><MP3Duration>37
873
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/10151204286/10151204286.mp3</MP3Filename></Sermon><Sermon><SermonID>1014121326502</SermonID><Title>The
874
+ Poor In Spirit Pt 3</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
875
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:3</BibleText><Date>2012-10-14T00:00:00</Date><DownloadCount>6</DownloadCount><MP3Duration>57
876
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1014121326502/1014121326502.mp3</MP3Filename></Sermon><Sermon><SermonID>10712182350</SermonID><Title>The
877
+ Poor In Spirit Pt 2</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
878
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:3-12</BibleText><Date>2012-10-07T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>63
879
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/10712182350/10712182350.mp3</MP3Filename></Sermon><Sermon><SermonID>930121334415</SermonID><Title>The
880
+ Poor In Spirit</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
881
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:3</BibleText><Date>2012-09-30T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>56
882
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/930121334415/930121334415.mp3</MP3Filename></Sermon><Sermon><SermonID>927121016290</SermonID><Title>The
883
+ Tongue</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
884
+ - PM</EventType><BibleText>Exodus 5:2, Exodus</BibleText><Date>2012-09-23T18:00:00</Date><DownloadCount>23</DownloadCount><MP3Duration>34
885
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/927121016290/927121016290.mp3</MP3Filename></Sermon><Sermon><SermonID>927121014410</SermonID><Title>The
886
+ Beatitudes: An Introduction</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
887
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:3-12</BibleText><Date>2012-09-16T00:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>49
888
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/927121014410/927121014410.mp3</MP3Filename></Sermon><Sermon><SermonID>9231213232910</SermonID><Title>The
889
+ Beatitudes: An Introduction Pt2</Title><SubTitle>The Beatitudes</SubTitle><Speaker>Mitchell
890
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Matthew 5:3-12</BibleText><Date>2012-09-23T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>53
891
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/9231213232910/9231213232910.mp3</MP3Filename></Sermon><Sermon><SermonID>99122144181</SermonID><Title>The
892
+ Tongue and The Teacher Pt.2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
893
+ - PM</EventType><BibleText>Exodus 5:2</BibleText><Date>2012-09-09T18:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>40
894
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/99122144181/99122144181.mp3</MP3Filename></Sermon><Sermon><SermonID>99121640338</SermonID><Title>The
895
+ Cure of I Will Not Pt 3: The Enabling Power of God</Title><SubTitle /><Speaker>Mitchell
896
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText /><Date>2012-09-09T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>52
897
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/99121640338/99121640338.mp3</MP3Filename></Sermon><Sermon><SermonID>92121340507</SermonID><Title>The
898
+ Cure of I Will Not Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
899
+ Service</EventType><BibleText /><Date>2012-09-02T00:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>68
900
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/92121340507/92121340507.mp3</MP3Filename></Sermon><Sermon><SermonID>826121331300</SermonID><Title>The
901
+ Cure of I Will Not</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
902
+ Service</EventType><BibleText>Exodus 5:2</BibleText><Date>2012-08-26T00:00:00</Date><DownloadCount>17</DownloadCount><MP3Duration>58
903
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/826121331300/826121331300.mp3</MP3Filename></Sermon><Sermon><SermonID>8191213293510</SermonID><Title>The
904
+ Consequences Of I Will Not</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
905
+ Service</EventType><BibleText>Exodus 5:2</BibleText><Date>2012-08-19T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>60
906
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/8191213293510/8191213293510.mp3</MP3Filename></Sermon><Sermon><SermonID>8131210062</SermonID><Title>Faith
907
+ &amp; Works Pt 4</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
908
+ - PM</EventType><BibleText>James 2:14-26; James 2</BibleText><Date>2012-08-13T18:00:00</Date><DownloadCount>35</DownloadCount><MP3Duration>26
909
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/8131210062/8131210062.mp3</MP3Filename></Sermon><Sermon><SermonID>81312937146</SermonID><Title>What
910
+ It Is To Come To Christ</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
911
+ Service</EventType><BibleText /><Date>2012-08-12T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>54
912
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/81312937146/81312937146.mp3</MP3Filename></Sermon><Sermon><SermonID>85121348206</SermonID><Title>The
913
+ Cause Of I Will Not</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
914
+ Service</EventType><BibleText>Exodus</BibleText><Date>2012-08-05T00:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>56
915
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/85121348206/85121348206.mp3</MP3Filename></Sermon><Sermon><SermonID>85121347105</SermonID><Title>Regeneration
916
+ Or The New Creation</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
917
+ Service</EventType><BibleText>2 Corinthians 5:17; Titus 3:5</BibleText><Date>2012-07-29T00:00:00</Date><DownloadCount>90</DownloadCount><MP3Duration>59
918
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/85121347105/85121347105.mp3</MP3Filename></Sermon><Sermon><SermonID>72212223236</SermonID><Title>Faith
919
+ &amp; Works Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
920
+ - PM</EventType><BibleText>James 2:14-26; James 2</BibleText><Date>2012-07-22T18:00:00</Date><DownloadCount>27</DownloadCount><MP3Duration>51
921
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/72212223236/72212223236.mp3</MP3Filename></Sermon><Sermon><SermonID>722122157272</SermonID><Title>The
922
+ Conclusion Of The Matter Pt 4</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
923
+ Service</EventType><BibleText /><Date>2012-07-22T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>63
924
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/722122157272/722122157272.mp3</MP3Filename></Sermon><Sermon><SermonID>7161212924</SermonID><Title>Faith
925
+ &amp; Works</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
926
+ Service</EventType><BibleText>James 2:14-26</BibleText><Date>2012-07-16T00:00:00</Date><DownloadCount>70</DownloadCount><MP3Duration>47
927
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/7161212924/7161212924.mp3</MP3Filename></Sermon><Sermon><SermonID>715121541412</SermonID><Title>The
928
+ Conclusion Of The Matter Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
929
+ Service</EventType><BibleText /><Date>2012-07-15T00:00:00</Date><DownloadCount>12</DownloadCount><MP3Duration>59
930
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/715121541412/715121541412.mp3</MP3Filename></Sermon><Sermon><SermonID>7812112081</SermonID><Title>The
931
+ Conclusion Of The Matter Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
932
+ Service</EventType><BibleText /><Date>2012-07-08T00:00:00</Date><DownloadCount>19</DownloadCount><MP3Duration>53
933
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/7812112081/7812112081.mp3</MP3Filename></Sermon><Sermon><SermonID>7212125662</SermonID><Title>The
934
+ Royal Law</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
935
+ Service</EventType><BibleText>James 2</BibleText><Date>2012-07-02T00:00:00</Date><DownloadCount>26</DownloadCount><MP3Duration>38
936
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/7212125662/7212125662.mp3</MP3Filename></Sermon><Sermon><SermonID>7112133115</SermonID><Title>The
937
+ Conclusion Of The Matter</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
938
+ Service</EventType><BibleText /><Date>2012-07-01T00:00:00</Date><DownloadCount>11</DownloadCount><MP3Duration>58
939
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/7112133115/7112133115.mp3</MP3Filename></Sermon><Sermon><SermonID>624121337267</SermonID><Title>Why
940
+ The Kingdom Of God Is A Mystery</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
941
+ Service</EventType><BibleText /><Date>2012-06-24T00:00:00</Date><DownloadCount>29</DownloadCount><MP3Duration>61
942
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/624121337267/624121337267.mp3</MP3Filename></Sermon><Sermon><SermonID>617121128241</SermonID><Title>Lessons
943
+ In Being A Man</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
944
+ Service</EventType><BibleText>1 Corinthians 9; 1 Corinthians</BibleText><Date>2012-06-17T00:00:00</Date><DownloadCount>34</DownloadCount><MP3Duration>52
945
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/617121128241/617121128241.mp3</MP3Filename></Sermon><Sermon><SermonID>610121131585</SermonID><Title>Lessons
946
+ To Live By Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
947
+ - PM</EventType><BibleText>James 2</BibleText><Date>2012-06-10T18:00:00</Date><DownloadCount>0</DownloadCount><MP3Duration
948
+ /><MP3Filename /></Sermon><Sermon><SermonID>610121130432</SermonID><Title>A
949
+ Poor Man''s Wisdom</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
950
+ Service</EventType><BibleText /><Date>2012-06-10T00:00:00</Date><DownloadCount>19</DownloadCount><MP3Duration>57
951
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/610121130432/610121130432.mp3</MP3Filename></Sermon><Sermon><SermonID>6312115227</SermonID><Title>Lessons
952
+ To Live By</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
953
+ - PM</EventType><BibleText>James 2</BibleText><Date>2012-06-03T18:00:00</Date><DownloadCount>32</DownloadCount><MP3Duration>43
954
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6312115227/6312115227.mp3</MP3Filename></Sermon><Sermon><SermonID>6312113126</SermonID><Title>Life
955
+ Under The Sun</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
956
+ Service</EventType><BibleText>Ecclesiastes</BibleText><Date>2012-06-03T00:00:00</Date><DownloadCount>12</DownloadCount><MP3Duration>59
957
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6312113126/6312113126.mp3</MP3Filename></Sermon><Sermon><SermonID>527121320415</SermonID><Title>Questions
958
+ About Assurance</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
959
+ Service</EventType><BibleText>1 John 5; 1 John</BibleText><Date>2012-05-27T00:00:00</Date><DownloadCount>44</DownloadCount><MP3Duration>55
960
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/527121320415/527121320415.mp3</MP3Filename></Sermon><Sermon><SermonID>52512101044</SermonID><Title>What
961
+ Is It In Life That I Desire?</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
962
+ Service</EventType><BibleText /><Date>2012-05-25T00:00:00</Date><DownloadCount>18</DownloadCount><MP3Duration>58
963
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/52512101044/52512101044.mp3</MP3Filename></Sermon><Sermon><SermonID>513121613451</SermonID><Title>The
964
+ Sovereign''s Rights</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
965
+ - PM</EventType><BibleText /><Date>2012-05-06T18:00:00</Date><DownloadCount>12</DownloadCount><MP3Duration>44
966
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/513121613451/513121613451.mp3</MP3Filename></Sermon><Sermon><SermonID>51312169343</SermonID><Title>A
967
+ Mother God Honors</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
968
+ Service</EventType><BibleText>1 Samuel</BibleText><Date>2012-05-13T00:00:00</Date><DownloadCount>22</DownloadCount><MP3Duration>61
969
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/51312169343/51312169343.mp3</MP3Filename></Sermon><Sermon><SermonID>57121329598</SermonID><Title>Are
970
+ You Growing Weary Of Worship?</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
971
+ Service</EventType><BibleText>Micah 6:8</BibleText><Date>2012-05-06T00:00:00</Date><DownloadCount>36</DownloadCount><MP3Duration>56
972
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/57121329598/57121329598.mp3</MP3Filename></Sermon><Sermon><SermonID>429121054287</SermonID><Title>Back
973
+ To Bethel Pt.2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
974
+ Service</EventType><BibleText>Genesis 35</BibleText><Date>2012-04-29T00:00:00</Date><DownloadCount>12</DownloadCount><MP3Duration>54
975
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/429121054287/429121054287.mp3</MP3Filename></Sermon><Sermon><SermonID>429121034511</SermonID><Title>Back
976
+ To Bethel</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
977
+ Service</EventType><BibleText>Genesis</BibleText><Date>2012-04-22T00:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>57
978
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/429121034511/429121034511.mp3</MP3Filename></Sermon><Sermon><SermonID>415121337387</SermonID><Title>God''s
979
+ Faithfulness In Saving Sinners</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
980
+ Service</EventType><BibleText>1 Timothy 1:12-17</BibleText><Date>2012-04-15T00:00:00</Date><DownloadCount>26</DownloadCount><MP3Duration>57
981
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/415121337387/415121337387.mp3</MP3Filename></Sermon><Sermon><SermonID>48121452250</SermonID><Title>Do
982
+ The Dead Live Again?</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
983
+ Service</EventType><BibleText>Job 14:14; Job</BibleText><Date>2012-04-08T00:00:00</Date><DownloadCount>20</DownloadCount><MP3Duration>45
984
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/48121452250/48121452250.mp3</MP3Filename></Sermon><Sermon><SermonID>4112212544</SermonID><Title>The
985
+ Issue of Favoritism</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
986
+ - PM</EventType><BibleText>James 2:1-4; James</BibleText><Date>2012-04-01T18:00:00</Date><DownloadCount>14</DownloadCount><MP3Duration>38
987
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/4112212544/4112212544.mp3</MP3Filename></Sermon><Sermon><SermonID>4112132616</SermonID><Title>The
988
+ Great Mystery Of Gethsemane</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
989
+ Service</EventType><BibleText>Luke 22:39-46</BibleText><Date>2012-04-01T00:00:00</Date><DownloadCount>11</DownloadCount><MP3Duration>46
990
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/4112132616/4112132616.mp3</MP3Filename></Sermon><Sermon><SermonID>32512112223</SermonID><Title>The
991
+ Compelling Love Of Christ</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
992
+ Service</EventType><BibleText>2 Corinthians 5:13-15; 2 Corinthians</BibleText><Date>2012-03-25T00:00:00</Date><DownloadCount>20</DownloadCount><MP3Duration>52
993
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/32512112223/32512112223.mp3</MP3Filename></Sermon><Sermon><SermonID>318121339533</SermonID><Title>Motives
994
+ To Repent: God''s Justice</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
995
+ Service</EventType><BibleText>Psalm 51:4; Psalm</BibleText><Date>2012-03-18T00:00:00</Date><DownloadCount>28</DownloadCount><MP3Duration>56
996
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/318121339533/318121339533.mp3</MP3Filename></Sermon><Sermon><SermonID>31112105638</SermonID><Title>The
997
+ Doctrine Of Repentance: Motives to Repent Pt 3</Title><SubTitle /><Speaker>Mitchell
998
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Psalm 51:4</BibleText><Date>2012-03-11T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>47
999
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/31112105638/31112105638.mp3</MP3Filename></Sermon><Sermon><SermonID>34121110400</SermonID><Title>The
1000
+ Doctrine Of Repentance: Motives to Repent Pt 2</Title><SubTitle /><Speaker>Mitchell
1001
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Psalm 51:4</BibleText><Date>2012-03-04T00:00:00</Date><DownloadCount>26</DownloadCount><MP3Duration>60
1002
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/34121110400/34121110400.mp3</MP3Filename></Sermon><Sermon><SermonID>226121126124</SermonID><Title>From
1003
+ Bondage To Deliverance: Slaves To Sons</Title><SubTitle /><Speaker>Mitchell
1004
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Galatians 4:1-7</BibleText><Date>2012-02-26T00:00:00</Date><DownloadCount>23</DownloadCount><MP3Duration>56
1005
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/226121126124/226121126124.mp3</MP3Filename></Sermon><Sermon><SermonID>2191211411</SermonID><Title>Practical
1006
+ Ways To Bridle The Tongue Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1007
+ - PM</EventType><BibleText>James 1:26</BibleText><Date>2012-02-19T18:00:00</Date><DownloadCount>22</DownloadCount><MP3Duration>38
1008
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/2191211411/2191211411.mp3</MP3Filename></Sermon><Sermon><SermonID>219121112110</SermonID><Title>The
1009
+ Doctrine Of Repentance: Motives to Repent</Title><SubTitle /><Speaker>Mitchell
1010
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Psalm 51:1-4</BibleText><Date>2012-02-19T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>57
1011
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/219121112110/219121112110.mp3</MP3Filename></Sermon><Sermon><SermonID>212121358194</SermonID><Title>Practical
1012
+ Ways To Bridle The Tongue Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1013
+ - PM</EventType><BibleText>James 1:26</BibleText><Date>2012-02-12T18:00:00</Date><DownloadCount>20</DownloadCount><MP3Duration>38
1014
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/212121358194/212121358194.mp3</MP3Filename></Sermon><Sermon><SermonID>212121344195</SermonID><Title>The
1015
+ Necessity Of Repentance Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1016
+ Service</EventType><BibleText /><Date>2012-02-12T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>66
1017
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/212121344195/212121344195.mp3</MP3Filename></Sermon><Sermon><SermonID>26121546436</SermonID><Title>Practicle
1018
+ Ways To Bridle The Tongue</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1019
+ - PM</EventType><BibleText>James 1:26</BibleText><Date>2012-02-06T18:00:00</Date><DownloadCount>25</DownloadCount><MP3Duration>37
1020
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/26121546436/26121546436.mp3</MP3Filename></Sermon><Sermon><SermonID>251213283910</SermonID><Title>The
1021
+ Necessity Of Repentance</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1022
+ Service</EventType><BibleText>Luke 13:1-5</BibleText><Date>2012-02-05T00:00:00</Date><DownloadCount>31</DownloadCount><MP3Duration>58
1023
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/251213283910/251213283910.mp3</MP3Filename></Sermon><Sermon><SermonID>2212316200</SermonID><Title>True
1024
+ Sheep</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1025
+ Service</EventType><BibleText>John 10:27-28; John 10</BibleText><Date>2012-01-29T00:00:00</Date><DownloadCount>47</DownloadCount><MP3Duration>55
1026
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/2212316200/2212316200.mp3</MP3Filename></Sermon><Sermon><SermonID>12212103490</SermonID><Title>The
1027
+ Tongue: Our Measure of Faith Pt 8</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1028
+ - PM</EventType><BibleText>James 1:26</BibleText><Date>2012-01-22T18:00:00</Date><DownloadCount>30</DownloadCount><MP3Duration>50
1029
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12212103490/12212103490.mp3</MP3Filename></Sermon><Sermon><SermonID>12212955428</SermonID><Title>Abortion</Title><SubTitle
1030
+ /><Speaker>Mitchell Jones</Speaker><EventType>Sunday Service</EventType><BibleText>James
1031
+ 4:2</BibleText><Date>2012-01-22T00:00:00</Date><DownloadCount>21</DownloadCount><MP3Duration>50
1032
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/12212955428/12212955428.mp3</MP3Filename></Sermon><Sermon><SermonID>115121040301</SermonID><Title>The
1033
+ Tongue: Our Measure of Faith 7</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1034
+ - PM</EventType><BibleText>James 1:26</BibleText><Date>2012-01-15T18:00:00</Date><DownloadCount>25</DownloadCount><MP3Duration>43
1035
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/115121040301/115121040301.mp3</MP3Filename></Sermon><Sermon><SermonID>115121037199</SermonID><Title>The
1036
+ Nature of Repentance Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1037
+ Service</EventType><BibleText>Isaiah 55:6-7</BibleText><Date>2012-01-15T00:00:00</Date><DownloadCount>14</DownloadCount><MP3Duration>62
1038
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/115121037199/115121037199.mp3</MP3Filename></Sermon><Sermon><SermonID>18121044441</SermonID><Title>Little
1039
+ Foxes</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1040
+ - PM</EventType><BibleText>Song of Solomon</BibleText><Date>2012-01-08T18:00:00</Date><DownloadCount>0</DownloadCount><MP3Duration
1041
+ /><MP3Filename /></Sermon><Sermon><SermonID>18121031345</SermonID><Title>True
1042
+ Zeal</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1043
+ Service</EventType><BibleText>Galatians 4:18</BibleText><Date>2012-01-08T00:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>48
1044
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/18121031345/18121031345.mp3</MP3Filename></Sermon><Sermon><SermonID>1225111424517</SermonID><Title>The
1045
+ Name Of Jesus</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1046
+ Service</EventType><BibleText>Matthew 1:21</BibleText><Date>2011-12-25T00:00:00</Date><DownloadCount>11</DownloadCount><MP3Duration>52
1047
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1225111424517/1225111424517.mp3</MP3Filename></Sermon><Sermon><SermonID>1218112342496</SermonID><Title>The
1048
+ Littleness of Christmas</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1049
+ Service</EventType><BibleText>Micah 5:2</BibleText><Date>2011-12-18T00:00:00</Date><DownloadCount>15</DownloadCount><MP3Duration>48
1050
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1218112342496/1218112342496.mp3</MP3Filename></Sermon><Sermon><SermonID>1211111114555</SermonID><Title>Repentance:
1051
+ The Neglected Doctrine Pt 6</Title><SubTitle>The Nature Of Repentance</SubTitle><Speaker>Mitchell
1052
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Proverbs 28:13;
1053
+ 1 John 1:8-10</BibleText><Date>2011-12-11T00:00:00</Date><DownloadCount>23</DownloadCount><MP3Duration>67
1054
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1211111114555/1211111114555.mp3</MP3Filename></Sermon><Sermon><SermonID>124111821596</SermonID><Title>Repentance:
1055
+ The Neglected Doctrine Pt 5</Title><SubTitle>The Nature Of Repentance</SubTitle><Speaker>Mitchell
1056
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Acts 26</BibleText><Date>2011-12-04T00:00:00</Date><DownloadCount>45</DownloadCount><MP3Duration>56
1057
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/124111821596/124111821596.mp3</MP3Filename></Sermon><Sermon><SermonID>112711113664</SermonID><Title>The
1058
+ Sinner''s Right View Of Self</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1059
+ Service</EventType><BibleText>Luke 18:13-14, Luke</BibleText><Date>2011-11-27T00:00:00</Date><DownloadCount>29</DownloadCount><MP3Duration>55
1060
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/112711113664/112711113664.mp3</MP3Filename></Sermon><Sermon><SermonID>1120111343433</SermonID><Title>Repentance:
1061
+ The Neglected Doctrine Pt 4</Title><SubTitle>The Nature Of Repentance</SubTitle><Speaker>Mitchell
1062
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Acts 26:19-20</BibleText><Date>2011-11-20T00:00:00</Date><DownloadCount>41</DownloadCount><MP3Duration>62
1063
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1120111343433/1120111343433.mp3</MP3Filename></Sermon><Sermon><SermonID>1113111111326</SermonID><Title>The
1064
+ Tongue: Our Measure of Faith Pt 4</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1065
+ - PM</EventType><BibleText>James 1:26</BibleText><Date>2011-11-13T18:00:00</Date><DownloadCount>16</DownloadCount><MP3Duration>33
1066
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1113111111326/1113111111326.mp3</MP3Filename></Sermon><Sermon><SermonID>111311116222</SermonID><Title>Repentance:
1067
+ The Neglected Doctrine Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1068
+ Service</EventType><BibleText>Acts 26:13-20</BibleText><Date>2011-11-13T00:00:00</Date><DownloadCount>24</DownloadCount><MP3Duration>54
1069
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/111311116222/111311116222.mp3</MP3Filename></Sermon><Sermon><SermonID>1161111429</SermonID><Title>The
1070
+ Tongue: Our Measure of Faith Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1071
+ - PM</EventType><BibleText>James 1:26</BibleText><Date>2011-11-06T18:00:00</Date><DownloadCount>28</DownloadCount><MP3Duration>27
1072
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1161111429/1161111429.mp3</MP3Filename></Sermon><Sermon><SermonID>116111056402</SermonID><Title>Repentance:
1073
+ The Neglected Doctrine Pt 2</Title><SubTitle>The Nature Of Repentance</SubTitle><Speaker>Mitchell
1074
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Acts 26:13-20</BibleText><Date>2011-11-06T00:00:00</Date><DownloadCount>72</DownloadCount><MP3Duration>58
1075
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/116111056402/116111056402.mp3</MP3Filename></Sermon><Sermon><SermonID>103011118399</SermonID><Title>Repentance:
1076
+ The Neglected Doctrine</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1077
+ Service</EventType><BibleText>Mark 1:15, Mark</BibleText><Date>2011-10-30T00:00:00</Date><DownloadCount>40</DownloadCount><MP3Duration>63
1078
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/103011118399/103011118399.mp3</MP3Filename></Sermon><Sermon><SermonID>102411015117</SermonID><Title>Resentment</Title><SubTitle
1079
+ /><Speaker>Mitchell Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Jonah
1080
+ 4:1-11</BibleText><Date>2011-10-23T00:00:00</Date><DownloadCount>24</DownloadCount><MP3Duration>58
1081
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/102411015117/102411015117.mp3</MP3Filename></Sermon><Sermon><SermonID>1023112344360</SermonID><Title>The
1082
+ Tongue: Our Measure of Faith Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1083
+ - PM</EventType><BibleText>James 2:26</BibleText><Date>2011-10-23T18:00:00</Date><DownloadCount>28</DownloadCount><MP3Duration>36
1084
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1023112344360/1023112344360.mp3</MP3Filename></Sermon><Sermon><SermonID>101611104228</SermonID><Title>The
1085
+ Tongue: Our Measure of Faith</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1086
+ - PM</EventType><BibleText>James 2:26</BibleText><Date>2011-10-16T18:00:00</Date><DownloadCount>38</DownloadCount><MP3Duration>40
1087
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/101611104228/101611104228.mp3</MP3Filename></Sermon><Sermon><SermonID>10161110085</SermonID><Title>The
1088
+ Family Of Faith</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1089
+ Service</EventType><BibleText>Hebrews 11:39-40</BibleText><Date>2011-10-16T00:00:00</Date><DownloadCount>29</DownloadCount><MP3Duration>49
1090
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/10161110085/10161110085.mp3</MP3Filename></Sermon><Sermon><SermonID>10911103241</SermonID><Title>Are
1091
+ You Merely A Listener Or A Doer Of The Word?</Title><SubTitle /><Speaker>Mitchell
1092
+ Jones</Speaker><EventType>Sunday - PM</EventType><BibleText>James 2:22-25</BibleText><Date>2011-10-09T18:00:00</Date><DownloadCount>18</DownloadCount><MP3Duration>45
1093
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/10911103241/10911103241.mp3</MP3Filename></Sermon><Sermon><SermonID>10911954118</SermonID><Title>Faith
1094
+ That Conquers: The Diversity of Faith''s Operation</Title><SubTitle /><Speaker>Mitchell
1095
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Hebrews 11:32-40</BibleText><Date>2011-10-09T00:00:00</Date><DownloadCount>7</DownloadCount><MP3Duration>54
1096
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/10911954118/10911954118.mp3</MP3Filename></Sermon><Sermon><SermonID>10211111100</SermonID><Title>God''s
1097
+ Gift of the Perfect Law of Liberty</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1098
+ Service</EventType><BibleText /><Date>2011-10-02T00:00:00</Date><DownloadCount>22</DownloadCount><MP3Duration>37
1099
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/10211111100/10211111100.mp3</MP3Filename></Sermon><Sermon><SermonID>1021110534710</SermonID><Title>Rahab''s
1100
+ Faith</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1101
+ Service</EventType><BibleText>Hebrews 11:31</BibleText><Date>2011-10-02T00:00:00</Date><DownloadCount>21</DownloadCount><MP3Duration>53
1102
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/1021110534710/1021110534710.mp3</MP3Filename></Sermon><Sermon><SermonID>925111029189</SermonID><Title>The
1103
+ Danger Of Drifting</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1104
+ Service</EventType><BibleText>Hebrews 2:1-4; Hebrews</BibleText><Date>2011-09-25T00:00:00</Date><DownloadCount>74</DownloadCount><MP3Duration>64
1105
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/925111029189/925111029189.mp3</MP3Filename></Sermon><Sermon><SermonID>918112348198</SermonID><Title>The
1106
+ Righteous Life Pt 4</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1107
+ Service</EventType><BibleText>James 1:19-21</BibleText><Date>2011-09-18T00:00:00</Date><DownloadCount>12</DownloadCount><MP3Duration>44
1108
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/918112348198/918112348198.mp3</MP3Filename></Sermon><Sermon><SermonID>9181111338</SermonID><Title>The
1109
+ Courage Of Faith: Faith At The Walls Of Jericho</Title><SubTitle /><Speaker>Mitchell
1110
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Hebrews 11:30</BibleText><Date>2011-09-18T00:00:00</Date><DownloadCount>18</DownloadCount><MP3Duration>50
1111
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/9181111338/9181111338.mp3</MP3Filename></Sermon><Sermon><SermonID>911111019484</SermonID><Title>The
1112
+ Righteous Life Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1113
+ Service</EventType><BibleText>James 1:19-21</BibleText><Date>2011-09-11T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>43
1114
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/911111019484/911111019484.mp3</MP3Filename></Sermon><Sermon><SermonID>91111101653</SermonID><Title>Faith
1115
+ In God''s Promise Or Presumption That Destroys</Title><SubTitle /><Speaker>Mitchell
1116
+ Jones</Speaker><EventType>Sunday Service</EventType><BibleText>Hebrews 11:29</BibleText><Date>2011-09-11T00:00:00</Date><DownloadCount>23</DownloadCount><MP3Duration>60
1117
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/91111101653/91111101653.mp3</MP3Filename></Sermon><Sermon><SermonID>9611195572</SermonID><Title>Faith
1118
+ In God''s Provision</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1119
+ Service</EventType><BibleText>Hebrews 11</BibleText><Date>2011-09-06T00:00:00</Date><DownloadCount>40</DownloadCount><MP3Duration>56
1120
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/9611195572/9611195572.mp3</MP3Filename></Sermon><Sermon><SermonID>828111024326</SermonID><Title>The
1121
+ Cost Of Following Christ</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1122
+ Service</EventType><BibleText /><Date>2011-08-28T00:00:00</Date><DownloadCount>13</DownloadCount><MP3Duration>59
1123
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/828111024326/828111024326.mp3</MP3Filename></Sermon><Sermon><SermonID>82111945195</SermonID><Title>The
1124
+ Righteous Man: Be Slow To Speak</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1125
+ Service</EventType><BibleText /><Date>2011-08-21T00:00:00</Date><DownloadCount>19</DownloadCount><MP3Duration>44
1126
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/82111945195/82111945195.mp3</MP3Filename></Sermon><Sermon><SermonID>82111940141</SermonID><Title>The
1127
+ Choices Of Faith Pt 4</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1128
+ Service</EventType><BibleText>Hebrews 11</BibleText><Date>2011-08-21T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>67
1129
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/82111940141/82111940141.mp3</MP3Filename></Sermon><Sermon><SermonID>815112333313</SermonID><Title>The
1130
+ Perplexity Of Providence</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1131
+ Service</EventType><BibleText>1 Kings; 1 Kings 17</BibleText><Date>2011-08-15T00:00:00</Date><DownloadCount>53</DownloadCount><MP3Duration>46
1132
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/815112333313/815112333313.mp3</MP3Filename></Sermon><Sermon><SermonID>815112331202</SermonID><Title>The
1133
+ Test Of Faith</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1134
+ Service</EventType><BibleText>1 Kings; 1 Kings 17</BibleText><Date>2011-08-15T00:00:00</Date><DownloadCount>94</DownloadCount><MP3Duration>56
1135
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/815112331202/815112331202.mp3</MP3Filename></Sermon><Sermon><SermonID>87112151278</SermonID><Title>Humility</Title><SubTitle
1136
+ /><Speaker>Pastor Tim Goad</Speaker><EventType>Sunday Service</EventType><BibleText
1137
+ /><Date>2011-08-07T00:00:00</Date><DownloadCount>27</DownloadCount><MP3Duration>49
1138
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/87112151278/87112151278.mp3</MP3Filename></Sermon><Sermon><SermonID>724111113494</SermonID><Title>Just
1139
+ As It Was In The Days Of Noah Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1140
+ Service</EventType><BibleText>Genesis 6</BibleText><Date>2011-07-24T00:00:00</Date><DownloadCount>29</DownloadCount><MP3Duration>76
1141
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/724111113494/724111113494.mp3</MP3Filename></Sermon><Sermon><SermonID>717111042577</SermonID><Title>Just
1142
+ As It Was In The Days Of Noah Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1143
+ Service</EventType><BibleText>Genesis 6; Genesis</BibleText><Date>2011-07-17T00:00:00</Date><DownloadCount>67</DownloadCount><MP3Duration>66
1144
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/717111042577/717111042577.mp3</MP3Filename></Sermon><Sermon><SermonID>7101111626</SermonID><Title>This
1145
+ Is My Comfort</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1146
+ Service</EventType><BibleText /><Date>2011-07-10T00:00:00</Date><DownloadCount>0</DownloadCount><MP3Duration
1147
+ /><MP3Filename /></Sermon><Sermon><SermonID>710111028462</SermonID><Title>This
1148
+ Is My Comfort</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1149
+ Service</EventType><BibleText>Psalm 119:50; Psalm</BibleText><Date>2011-07-10T00:00:00</Date><DownloadCount>19</DownloadCount><MP3Duration>38
1150
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/710111028462/710111028462.mp3</MP3Filename></Sermon><Sermon><SermonID>710111026281</SermonID><Title>Just
1151
+ As It Was In The Days Of Noah</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1152
+ Service</EventType><BibleText>Genesis 6</BibleText><Date>2011-07-10T00:00:00</Date><DownloadCount>47</DownloadCount><MP3Duration>59
1153
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/710111026281/710111026281.mp3</MP3Filename></Sermon><Sermon><SermonID>73111433193</SermonID><Title>God''s
1154
+ Witness Through The Church</Title><SubTitle /><Speaker>Jim Bryant</Speaker><EventType>Sunday
1155
+ Service</EventType><BibleText>Colossians 1</BibleText><Date>2011-07-03T00:00:00</Date><DownloadCount>30</DownloadCount><MP3Duration>54
1156
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/73111433193/73111433193.mp3</MP3Filename></Sermon><Sermon><SermonID>7311110120</SermonID><Title>The
1157
+ Worst Kind Of Forgetfulness</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1158
+ Service</EventType><BibleText>2 Chronicles 32:24-26</BibleText><Date>2011-06-26T00:00:00</Date><DownloadCount>11</DownloadCount><MP3Duration>67
1159
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/7311110120/7311110120.mp3</MP3Filename></Sermon><Sermon><SermonID>61911133100</SermonID><Title>Husbands,
1160
+ Love Your Wives</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1161
+ Service</EventType><BibleText>Ephesians 5:25-30</BibleText><Date>2011-06-19T00:00:00</Date><DownloadCount>88</DownloadCount><MP3Duration>54
1162
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/61911133100/61911133100.mp3</MP3Filename></Sermon><Sermon><SermonID>612111029272</SermonID><Title>Living
1163
+ The Righteous Life</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1164
+ Service</EventType><BibleText>James 1:19-21</BibleText><Date>2011-06-12T00:00:00</Date><DownloadCount>9</DownloadCount><MP3Duration>38
1165
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/612111029272/612111029272.mp3</MP3Filename></Sermon><Sermon><SermonID>612111025321</SermonID><Title>The
1166
+ Choices Of Faith Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1167
+ Service</EventType><BibleText>Hebrews 11:23-29</BibleText><Date>2011-06-12T00:00:00</Date><DownloadCount>11</DownloadCount><MP3Duration>56
1168
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/612111025321/612111025321.mp3</MP3Filename></Sermon><Sermon><SermonID>6711956152</SermonID><Title>The
1169
+ Father Up Above Pt 3</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1170
+ Service</EventType><BibleText>James 1:16-18, ESV</BibleText><Date>2011-06-05T00:00:00</Date><DownloadCount>8</DownloadCount><MP3Duration>41
1171
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/6711956152/6711956152.mp3</MP3Filename></Sermon><Sermon><SermonID>65111341342</SermonID><Title>The
1172
+ Choices Of Faith Pt 2</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1173
+ Service</EventType><BibleText>Hebrews 11:23-29</BibleText><Date>2011-06-05T00:00:00</Date><DownloadCount>11</DownloadCount><MP3Duration>66
1174
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/65111341342/65111341342.mp3</MP3Filename></Sermon><Sermon><SermonID>5291195475</SermonID><Title>What
1175
+ Will You Be Known For?</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1176
+ Service</EventType><BibleText>Matthew 6; Matthew 7</BibleText><Date>2011-05-29T00:00:00</Date><DownloadCount>10</DownloadCount><MP3Duration>53
1177
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/5291195475/5291195475.mp3</MP3Filename></Sermon><Sermon><SermonID>52211133988</SermonID><Title>The
1178
+ Choices Of Faith</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1179
+ Service</EventType><BibleText>Hebrews</BibleText><Date>2011-05-22T00:00:00</Date><DownloadCount>34</DownloadCount><MP3Duration>56
1180
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/52211133988/52211133988.mp3</MP3Filename></Sermon><Sermon><SermonID>515112033250</SermonID><Title>The
1181
+ God Up Above</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1182
+ - PM</EventType><BibleText>James</BibleText><Date>2011-05-15T18:00:00</Date><DownloadCount>18</DownloadCount><MP3Duration>33
1183
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/515112033250/515112033250.mp3</MP3Filename></Sermon><Sermon><SermonID>515111348415</SermonID><Title>A
1184
+ Faith To Die With</Title><SubTitle /><Speaker>Mitchell Jones</Speaker><EventType>Sunday
1185
+ - AM</EventType><BibleText>Hebrews</BibleText><Date>2011-05-15T11:00:00</Date><DownloadCount>62</DownloadCount><MP3Duration>64
1186
+ minutes</MP3Duration><MP3Filename>http://mp3.sa-media.com/filearea/515111348415/515111348415.mp3</MP3Filename></Sermon></SermonListResult></SermonListResponse></soap:Body></soap:Envelope>'
1187
+ http_version:
1188
+ recorded_at: Thu, 24 Jul 2014 16:38:04 GMT
1189
+ recorded_with: VCR 2.9.2