File: MANIFEST

package info (click to toggle)
soap-lite 0.69-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,412 kB
  • ctags: 583
  • sloc: perl: 9,194; makefile: 59; cs: 16
file content (182 lines) | stat: -rw-r--r-- 7,301 bytes parent folder | download
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
bin/SOAPsh.pl			SOAP shell
bin/stubmaker.pl		Script for creating stubs from schema description
bin/XMLRPCsh.pl			XMLRPC shell
Changes
examples/allclients.pl		Different client implementations
examples/authentication.pl	Example for Basic/Digest server authentication
examples/autoexamples.pl	Script for My::Examples with autodispatching
examples/chat.pl		Client side for Chat implementation 
examples/COM/hash.vbs		Example in VBScript, hash manipulation
examples/COM/hashecho.vbs
examples/COM/local.vbs		Example in VBScript, client for local service
examples/COM/make-com-minimal.bat
examples/COM/make-com-standalone.bat
examples/COM/README		Examples and description for COM interface
examples/COM/remote.cs		Example in C#, client for remote service
examples/COM/remote.vba
examples/COM/remote.vbs		Example in VB, client for remote service
examples/COM/remote.xls
examples/COM/service.vbs	Example in VB, client with WSDL
examples/COM/SOAP-Lite-COM-minimal.ctrl
examples/COM/SOAP-Lite-COM-standalone.ctrl
examples/COM/soap.asp		SOAP server, ASP/VBScript implementation
examples/COM/soap.vbs		SOAP server, VB/Daemon implementation
examples/COM/soap_perl.asp	SOAP server, ASP/PerlScript implementation
examples/COM/states.html	Example in JavaScript, client for local service
examples/COM/states.pl		Example in Perl, client for local service
examples/COM/states.vba		Source code for macroses in states.xls
examples/COM/states.vbs		Example in VBScript, client for local service
examples/COM/states.xls		Example in Excel/VBA, client for local service
examples/COM/temper.vbs		Example in VB, client for remote service
examples/COM/xmlrpc.vbs
examples/compress.pl		Example for compression options
examples/cookie.pl		Fortune cookie for you
examples/cookieauth.pl		Example for cookie-based authentication
examples/customschema.pl
examples/forms/style.cgi	Example for form-data parsing, server side
examples/forms/style.html	Example for form-data parsing, client side
examples/fullsearch.pl
examples/getdom.pl
examples/google.pl		Example for Google Web API
examples/inline.daemon
examples/iterator.pl		Example for Session/Persistent iterators
examples/JABBER/jabclient.pl
examples/JABBER/jabserver.pl
examples/joke.pl
examples/MQ/mqclient.pl
examples/MQ/mqserver.pl
examples/My/Chat.pm		Module with Chat server implementation 
examples/My/Examples.pm		Module with Examples backend
examples/My/Parameters.pm	Module with Paramaters backend
examples/My/PersistentIterator.pm	Module with Persistent Iterator backend
examples/My/PingPong.pm		Module with PingPong backend
examples/My/SessionIterator.pm	Module with Session Iterator backend
examples/oneliners		Couple of one-line SOAP calls
examples/oo-apache.pl		Example of object interoperability
examples/parametersbyname.pl	Example for passing parameters-by-name 
examples/pingpong.pl		Example for local/remote access to the same object
examples/server/Apache.pm	Module for SOAP server, mod_perl implementation
examples/server/mod_soap.htaccess	.htaccess file, configuration for mod_soap
examples/server/soap.asp	SOAP server, ASP/VBScript implementation
examples/server/soap.cgi	SOAP server, CGI implementation
examples/server/soap.daemon	SOAP server, daemon implementation
examples/server/soap.daemon.forkafterprocessing	SOAP server, forking daemon implementation
examples/server/soap.daemon.forkonaccept	SOAP server, forking daemon implementation
examples/server/soap.fcgi
examples/server/soap.io		SOAP server, IO implementation
examples/server/soap.jabber
examples/server/soap.mod_cgi	SOAP server, Apache::Registry implementation
examples/server/soap.mq
examples/server/soap.pop3	SOAP server, POP3 implementation
examples/server/soap.tcp	SOAP server, TCP implementation
examples/server/soap.vbs	SOAP server, VB/Daemon implementation
examples/server/soap_perl.asp	SOAP server, ASP/PerlScript implementation
examples/SOAP/simple1.pl	Example for SOAP interface
examples/SOAP/simple2.pl	Example for SOAP interface
examples/SOAP/simple3.pl	Example for SOAP interface
examples/SOAP/Transport/HTTP/Daemon/ForkAfterProcessing.pm
examples/SOAP/Transport/HTTP/Daemon/ForkOnAccept.pm
examples/soapmark.pl		Simple test for different implementations
examples/soapsmtp.pl		Example for SMTP/sendmail message sending
examples/tcpclient.pl		Simple test for local TCP client
examples/terraserver.pl
examples/UDDI/inquire1.pl	Example for UDDI inquire interface
examples/UDDI/publish1.pl	Example for UDDI publishing interface
examples/UDDI/simple1.pl	Example for UDDI interface
examples/UDDI/simple2.pl	Example for UDDI interface
examples/UDDI/syntax1.pl	Example for UDDI publishing interface
examples/UDDI/syntax2.pl	Example for UDDI publishing interface
examples/UDDI/syntax3.pl	Example for UDDI publishing interface
examples/weblog.pl
examples/WSDL/dynamic1.pl	Example for WSDL dynamic interface
examples/WSDL/dynamic2.pl	Example for WSDL dynamic interface
examples/WSDL/dynamic3.pl	Example for WSDL dynamic interface
examples/WSDL/dynamic4.pl
examples/WSDL/stub1.pl		Example for WSDL stub interface
examples/WSDL/stub2.pl		Example for WSDL stub interface
examples/WSDL/stub3.pl		Example for WSDL stub interface
examples/XML/customxml.pl	Example for XML processing (SOAP::Custom::XML)
examples/XMLRPC/mod_xmlrpc.htaccess
examples/XMLRPC/simple1.pl
examples/XMLRPC/xmlrpc.cgi
examples/XMLRPC/xmlrpc.daemon
lib/Apache/SOAP.pm		mod_soap module
lib/Apache/XMLRPC/Lite.pm
lib/IO/SessionData.pm
lib/IO/SessionSet.pm
lib/OldDocs/SOAP/Lite.pm
lib/OldDocs/SOAP/Transport/FTP.pm
lib/OldDocs/SOAP/Transport/HTTP.pm
lib/OldDocs/SOAP/Transport/IO.pm
lib/OldDocs/SOAP/Transport/JABBER.pm
lib/OldDocs/SOAP/Transport/LOCAL.pm
lib/OldDocs/SOAP/Transport/MAILTO.pm
lib/OldDocs/SOAP/Transport/MQ.pm
lib/OldDocs/SOAP/Transport/POP3.pm
lib/OldDocs/SOAP/Transport/TCP.pm
lib/SOAP/Client.pm
lib/SOAP/Constants.pm
lib/SOAP/Data.pm
lib/SOAP/Deserializer.pm
lib/SOAP/Fault.pm
lib/SOAP/Header.pm
lib/SOAP/Lite.pm		Main SOAP::Lite module
lib/SOAP/Packager.pm
lib/SOAP/Schema.pm
lib/SOAP/Serializer.pm
lib/SOAP/Server.pm
lib/SOAP/SOM.pm
lib/SOAP/Test.pm		Simple test framework
lib/SOAP/Trace.pm
lib/SOAP/Transport.pm
lib/SOAP/Transport/FTP.pm	FTP transport, client 
lib/SOAP/Transport/HTTP.pm	HTTP transport, client and server
lib/SOAP/Transport/IO.pm	IO transport, client
lib/SOAP/Transport/JABBER.pm
lib/SOAP/Transport/LOCAL.pm	LOCAL transport, client and server
lib/SOAP/Transport/MAILTO.pm	SMTP/sendmail transport, client
lib/SOAP/Transport/MQ.pm
lib/SOAP/Transport/POP3.pm	POP3 transport, server
lib/SOAP/Transport/TCP.pm	TCP transport, client and server
lib/SOAP/Utils.pm
lib/UDDI/Lite.pm		Main UDDI::Lite module
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
META.yml			Module meta-data (added by MakeMaker)
README
ReleaseNotes.txt
t/01-core.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/11-cgi.t
t/12-cgi_https.t
t/13-mod_perl.t
t/14-cgi_apache.t
t/15-daemon.t
t/16-tcp.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/TEST.pl