Lluis Sanchez 017e788ad7 * SoapTypeMapper.cs: Added mappings for more primitive types. 22 lat temu
..
System.Runtime.Serialization.Formatters.Soap 017e788ad7 * SoapTypeMapper.cs: Added mappings for more primitive types. 22 lat temu
Test 3f761fefe4 New build system from Peter Williams ([email protected]) 22 lat temu
.cvsignore d653d553dd Adding .cvsignores 23 lat temu
ChangeLog 017e788ad7 * SoapTypeMapper.cs: Added mappings for more primitive types. 22 lat temu
Makefile 3f761fefe4 New build system from Peter Williams ([email protected]) 22 lat temu
README ecd1369e88 2003-5-15: Jean-Marc ANDRE ([email protected]) 23 lat temu
Sample.txt 1314011e0e Add README file 24 lat temu
Soap.cmbx ecd1369e88 2003-5-15: Jean-Marc ANDRE ([email protected]) 23 lat temu
System.Runtime.Serialization.Formatters.Soap.dll.sources 9aba3f2578 New build system 22 lat temu
System.Runtime.Serialization.Formatters.Soap_test.dll.sources 9aba3f2578 New build system 22 lat temu

README

Build instruction:
extract the archive to the mcs/class/ dir

to build it on windows:
nant

to build it on linux:
make -f makefile.gnu install prefix=/pathtoyourmonoinstallationdir/

to run tests on windows:
nant test

to run tests on linux:
cd Test
make -f makefile.gnu test

If you want to use it with other applications, you have to reference it with "-r System.Runtime.Serialization.Formatters.Soap1.dll"