Raja R Harinath 97553bb62e cvs ignores, sorry about the spam 21 years ago
..
Assembly bab786ade5 Add licensing info 21 years ago
System.Runtime.Serialization.Formatters.Soap f8bce03ba0 * SoapReader.cs: Handle SOAP invocation without arguments in SoapReader. 21 years ago
Test 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago
.cvsignore 97553bb62e cvs ignores, sorry about the spam 21 years ago
ChangeLog dfdf4fdaf8 (EXTRA_DISTFILES): Remove Soap.cmbx. 21 years ago
Makefile dfdf4fdaf8 (EXTRA_DISTFILES): Remove Soap.cmbx. 21 years ago
README ecd1369e88 2003-5-15: Jean-Marc ANDRE ([email protected]) 22 years ago
Sample.txt 1314011e0e Add README file 24 years ago
System.Runtime.Serialization.Formatters.Soap.dll.sources 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago
System.Runtime.Serialization.Formatters.Soap_test.dll.sources 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago

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"