sermonaudio 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +6 -0
- data/.rubocop.yml +15 -0
- data/.travis.yml +11 -0
- data/Gemfile +24 -0
- data/Gemfile.lock +127 -0
- data/README.md +258 -0
- data/Rakefile +13 -0
- data/lib/sermonaudio/actions.rb +99 -0
- data/lib/sermonaudio/client.rb +13 -0
- data/lib/sermonaudio/configuration.rb +37 -0
- data/lib/sermonaudio/version.rb +5 -0
- data/lib/sermonaudio.rb +13 -0
- data/sermonaudio.gemspec +22 -0
- data/spec/actions_spec.rb +236 -0
- data/spec/cassettes/SermonAudio_Actions/_favorite_broadcasters/should_return_the_correct_result.yml +508 -0
- data/spec/cassettes/SermonAudio_Actions/_favorite_sermons/should_return_the_correct_result.yml +509 -0
- data/spec/cassettes/SermonAudio_Actions/_favorite_speakers/should_return_the_correct_result.yml +508 -0
- data/spec/cassettes/SermonAudio_Actions/_get_event_types/should_return_a_larger_set_of_results.yml +521 -0
- data/spec/cassettes/SermonAudio_Actions/_get_event_types/should_return_a_single_result.yml +508 -0
- data/spec/cassettes/SermonAudio_Actions/_get_event_types/should_return_the_correct_results.yml +513 -0
- data/spec/cassettes/SermonAudio_Actions/_get_languages/should_return_the_correct_results.yml +506 -0
- data/spec/cassettes/SermonAudio_Actions/_get_newest_series_by_member_id/should_return_the_correct_results.yml +508 -0
- data/spec/cassettes/SermonAudio_Actions/_get_series_by_member_id/should_return_the_correct_results.yml +508 -0
- data/spec/cassettes/SermonAudio_Actions/_get_sermon_info/should_return_the_correct_result.yml +513 -0
- data/spec/cassettes/SermonAudio_Actions/_get_speakers_by_keyword/should_return_a_larger_set_of_results.yml +521 -0
- data/spec/cassettes/SermonAudio_Actions/_get_speakers_by_keyword/should_return_a_single_result.yml +508 -0
- data/spec/cassettes/SermonAudio_Actions/_get_speakers_by_member_id/should_return_the_correct_results.yml +508 -0
- data/spec/cassettes/SermonAudio_Actions/_newest_sermons_by_member_id/should_return_the_correct_results.yml +598 -0
- data/spec/cassettes/SermonAudio_Actions/_newest_sermons_by_speaker/should_return_the_correct_results.yml +599 -0
- data/spec/cassettes/SermonAudio_Actions/_sermon_list/should_return_a_list_of_sermons_for_the_specified_church.yml +1189 -0
- data/spec/cassettes/SermonAudio_Sermon/_find_newest_/success/should_find_newest_sermons_by_SpeakerName.yml +599 -0
- data/spec/client_spec.rb +15 -0
- data/spec/configuration_spec.rb +43 -0
- data/spec/fixtures/submit_sermon.xml +8 -0
- data/spec/fixtures/update_sermon.xml +6 -0
- data/spec/fixtures/wsdl.xml +740 -0
- data/spec/spec_helper.rb +46 -0
- metadata +134 -0
@@ -0,0 +1,521 @@
|
|
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:38:00 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:05 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:GetSpeakersByKeyword><tns:Keyword>Mitchell</tns:Keyword></tns:GetSpeakersByKeyword></env:Body></env:Envelope>
|
467
|
+
headers:
|
468
|
+
Soapaction:
|
469
|
+
- '"http://www.sermonaudio.com/GetSpeakersByKeyword"'
|
470
|
+
Content-Type:
|
471
|
+
- application/soap+xml;charset=UTF-8
|
472
|
+
Content-Length:
|
473
|
+
- '367'
|
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:38:00 GMT
|
497
|
+
Content-Length:
|
498
|
+
- '1753'
|
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><GetSpeakersByKeywordResponse
|
503
|
+
xmlns="http://www.sermonaudio.com/"><GetSpeakersByKeywordResult><string>Mitchell
|
504
|
+
Buck</string><string>Mitchell Dees</string><string>Rev. Mitchell C. Dick</string><string>Mitchell
|
505
|
+
Gali</string><string>Mitchell Jones</string><string>Mitchell Mahan</string><string>Esther
|
506
|
+
McMitchell</string><string>Rev. Ben Mitchell</string><string>Benjamin Mitchell</string><string>Billy
|
507
|
+
Mitchell</string><string>Mr. Chad Mitchell</string><string>Cpl. James Mitchell</string><string>Rev.
|
508
|
+
Danny Mitchell</string><string>Darrell Mitchell</string><string>Pr David Mitchell</string><string>David
|
509
|
+
H. Mitchell</string><string>Dennis Mitchell</string><string>Minister Derrick
|
510
|
+
Mitchell</string><string>Dick Mitchell</string><string>Hadley Mitchell</string><string>Jack
|
511
|
+
Mitchell</string><string>Jeff Mitchell</string><string>Jeremiah Mitchell</string><string>Jerry
|
512
|
+
Mitchell</string><string>Bro. Joe Mitchell</string><string>Jonathan Mitchell</string><string>Mrs
|
513
|
+
Kathryn Mitchell</string><string>Matthew Mitchell</string><string>Mitch Mitchell</string><string>Nick
|
514
|
+
Mitchell</string><string>Peter Mitchell</string><string>Robin Mitchell</string><string>Mr.
|
515
|
+
Rodney Mitchell</string><string>Sam Mitchell</string><string>Scott Mitchell</string><string>Shannon
|
516
|
+
Mitchell</string><string>Dr. Terry Mitchell</string><string>Timothy Mitchell</string><string>Dr.
|
517
|
+
Tommy Mitchell</string><string>Rev. Mitchell Persaud</string><string>Mitchell
|
518
|
+
Persaud</string></GetSpeakersByKeywordResult></GetSpeakersByKeywordResponse></soap:Body></soap:Envelope>
|
519
|
+
http_version:
|
520
|
+
recorded_at: Thu, 24 Jul 2014 16:38:05 GMT
|
521
|
+
recorded_with: VCR 2.9.2
|