-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathMANIFEST
200 lines (199 loc) · 4.6 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
bin/SOAPsh.pl
bin/stubmaker.pl
bin/XMLRPCsh.pl
Changes
examples/allclients.pl
examples/authentication.pl
examples/autoexamples.pl
examples/chat.pl
examples/COM/hash.vbs
examples/COM/hashecho.vbs
examples/COM/local.vbs
examples/COM/make-com-minimal.bat
examples/COM/make-com-standalone.bat
examples/COM/make-com.args
examples/COM/README
examples/COM/remote.cs
examples/COM/remote.vba
examples/COM/remote.vbs
examples/COM/remote.xls
examples/COM/service.vbs
examples/COM/SOAP-Lite-COM-minimal.ctrl
examples/COM/SOAP-Lite-COM-standalone.ctrl
examples/COM/soap.asp
examples/COM/soap.vbs
examples/COM/soap_perl.asp
examples/COM/states.html
examples/COM/states.pl
examples/COM/states.vba
examples/COM/states.vbs
examples/COM/states.xls
examples/COM/temper.vbs
examples/COM/xmlrpc.vbs
examples/compress.pl
examples/cookie.pl
examples/cookieauth.pl
examples/customschema.pl
examples/forms/style.cgi
examples/forms/style.html
examples/fullsearch.pl
examples/getdom.pl
examples/google.pl
examples/inline.daemon
examples/iterator.pl
examples/joke.pl
examples/My/Chat.pm
examples/My/Examples.pm
examples/My/Parameters.pm
examples/My/PersistentIterator.pm
examples/My/PingPong.pm
examples/My/SessionIterator.pm
examples/oneliners
examples/oo-apache.pl
examples/parametersbyname.pl
examples/pingpong.pl
examples/server/Apache.pm
examples/server/mod_soap.htaccess
examples/server/soap.asp
examples/server/soap.cgi
examples/server/soap.daemon
examples/server/soap.daemon.forkafterprocessing
examples/server/soap.daemon.forkonaccept
examples/server/soap.fcgi
examples/server/soap.io
examples/server/soap.jabber
examples/server/soap.mod_cgi
examples/server/soap.mq
examples/server/soap.pop3
examples/server/soap.tcp
examples/server/soap.vbs
examples/server/soap_perl.asp
examples/SOAP/simple1.pl
examples/SOAP/simple2.pl
examples/SOAP/simple3.pl
examples/SOAP/Transport/HTTP/Daemon/ForkAfterProcessing.pm
examples/SOAP/Transport/HTTP/Daemon/ForkOnAccept.pm
examples/soapmark.pl
examples/soapsmtp.pl
examples/tcpclient.pl
examples/terraserver.pl
examples/UDDI/inquire1.pl
examples/UDDI/publish1.pl
examples/UDDI/simple1.pl
examples/UDDI/simple2.pl
examples/UDDI/syntax1.pl
examples/UDDI/syntax2.pl
examples/UDDI/syntax3.pl
examples/weblog.pl
examples/WSDL/dynamic1.pl
examples/WSDL/dynamic2.pl
examples/WSDL/dynamic3.pl
examples/WSDL/dynamic4.pl
examples/WSDL/stub1.pl
examples/WSDL/stub2.pl
examples/WSDL/stub3.pl
examples/XML/customxml.pl
examples/XMLRPC/mod_xmlrpc.htaccess
examples/XMLRPC/simple1.pl
examples/XMLRPC/xmlrpc.cgi
examples/XMLRPC/xmlrpc.daemon
HACKING
lib/Apache/SOAP.pm
lib/Apache/XMLRPC/Lite.pm
lib/SOAP/Client.pod
lib/SOAP/Constants.pm
lib/SOAP/Data.pod
lib/SOAP/Deserializer.pod
lib/SOAP/Fault.pod
lib/SOAP/Header.pod
lib/SOAP/Lite.pm
lib/SOAP/Lite/Deserializer/XMLSchema1999.pm
lib/SOAP/Lite/Deserializer/XMLSchema2001.pm
lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_1.pm
lib/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm
lib/SOAP/Lite/Packager.pm
lib/SOAP/Lite/Utils.pm
lib/SOAP/Packager.pm
lib/SOAP/Schema.pod
lib/SOAP/Serializer.pod
lib/SOAP/Server.pod
lib/SOAP/SOM.pod
lib/SOAP/Test.pm
lib/SOAP/Trace.pod
lib/SOAP/Transport.pod
lib/SOAP/Transport/HTTP.pm
lib/SOAP/Transport/IO.pm
lib/SOAP/Transport/LOCAL.pm
lib/SOAP/Transport/LOOPBACK.pm
lib/SOAP/Transport/MAILTO.pm
lib/SOAP/Transport/POP3.pm
lib/SOAP/Utils.pod
lib/UDDI/Lite.pm
lib/XML/Parser/Lite.pm
lib/XMLRPC/Lite.pm
lib/XMLRPC/Test.pm
lib/XMLRPC/Transport/HTTP.pm
lib/XMLRPC/Transport/POP3.pm
lib/XMLRPC/Transport/TCP.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
ReleaseNotes.txt
t/01-core.t
t/010-serializer.t
t/012-cloneable.t
t/013-array-deserialization.t
t/014_UNIVERSAL_use.t
t/015_UNIVERSAL_can.t
t/02-payload.t
t/03-server.t
t/04-attach.t
t/05-customxml.t
t/06-modules.t
t/07-xmlrpc_payload.t
t/08-schema.t
t/096_characters.t
t/097_kwalitee.t
t/098_pod.t
t/099_pod_coverage.t
t/11-cgi.t
t/12-cgi_https.t
t/13-mod_perl.t
t/14-cgi_apache.t
t/15-daemon.t
t/17-mod_soap.t
t/19-apachesoap.t
t/21-public.t
t/22-interop_apache.t
t/23-ppm.t
t/24-wsdl.t
t/25-uddi.t
t/26-xmlrpc.t
t/27-xmlparserlite.t
t/28-uddi_search.t
t/29-uddi_publishing.t
t/36-leaks.t
t/37-mod_xmlrpc.t
t/38-packager.t
t/40-loopback.t
t/SOAP/Data.t
t/SOAP/Lite/Deserializer/XMLSchema1999.t
t/SOAP/Lite/Deserializer/XMLSchema2001.t
t/SOAP/Lite/Deserializer/XMLSchemaSOAP1_1.t
t/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.t
t/SOAP/Lite/Packager.t
t/SOAP/Serializer.t
t/SOAP/Transport/HTTP/CGI.t
t/SOAP/Transport/HTTP/CGI/test_server.pl
t/SOAP/Schema/WSDL.t
t/SOAP/Transport/HTTP.t
t/SOAP/Transport/IO.t
t/SOAP/Transport/IO.xml
t/SOAP/Transport/LOCAL.t
t/SOAP/Transport/MAILTO.t
t/SOAP/Transport/POP3.t
t/TEST.pl
t/XMLRPC/Lite.t
t/XML/Parser/adam.xml
t/XML/Parser/Lite.t