• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H14-Mar-2012-7049

lib/SOAP/Data/H14-Mar-2012-608265

t/H14-Mar-2012-4433

CREDITSH A D14-Mar-2012216 1913

ChangesH A D14-Mar-20121 KiB3926

MANIFESTH A D14-Mar-2012328 1312

META.jsonH A D14-Mar-2012858 4241

META.ymlH A D14-Mar-2012474 2322

Makefile.PLH A D29-Jan-2006490 118

READMEH A D15-Apr-2005905 3722

README

1SOAP-Data-Builder version 0.01
2==============================
3
4This Module provides a quick and easy way to build complex SOAP data
5and header structures for use with SOAP::Lite.
6
7It primarily provides a wrapper around SOAP::Serializer and SOAP::Data
8(or SOAP::Header) enabling you to generate complex XML within your SOAP
9request or response.
10
11Developed by Aaron Trevena at Surrey Technologies, Ltd.
12
13INSTALLATION
14
15To install this module type the following:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22DEPENDENCIES
23
24This module requires these other modules and libraries:
25
26  SOAP::Lite
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) 2003 by Aaron J Trevena and Surrey Technologies, Ltd
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself, either Perl version 5.8.1 or,
34at your option, any later version of Perl 5 you may have available.
35
36
37