Vladislav Spivak 1d510fd5ba net_1_1_java includes 20 tahun lalu
..
Assembly 572786b391 Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and System.Runtime.Serialization.Formatters.Soap.sln to the svn; Fix SoapTypeMapper.cs 20 tahun lalu
System.Runtime.Serialization.Formatters.Soap 572786b391 Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and System.Runtime.Serialization.Formatters.Soap.sln to the svn; Fix SoapTypeMapper.cs 20 tahun lalu
Test 79f6632b38 * SoapFormatterTest.cs: new test. 20 tahun lalu
ChangeLog 1d510fd5ba net_1_1_java includes 20 tahun lalu
Makefile d89087445b reduce warnings when compiling unit tests 21 tahun lalu
README 7ee4149d42 more executable bits 20 tahun lalu
Sample.txt 7ee4149d42 more executable bits 20 tahun lalu
System.Runtime.Serialization.Formatters.Soap.dll.sources 431f1b3485 Moved assembly version and assembly reference constants to a common Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. 20 tahun lalu
System.Runtime.Serialization.Formatters.Soap.sln 572786b391 Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and System.Runtime.Serialization.Formatters.Soap.sln to the svn; Fix SoapTypeMapper.cs 20 tahun lalu
System.Runtime.Serialization.Formatters.Soap.vmwcsproj 572786b391 Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and System.Runtime.Serialization.Formatters.Soap.sln to the svn; Fix SoapTypeMapper.cs 20 tahun lalu
System.Runtime.Serialization.Formatters.Soap_test.dll.sources 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 tahun lalu
net_1_1_java_System.Runtime.Serialization.Formatters.Soap.dll.sources 1d510fd5ba net_1_1_java includes 20 tahun lalu

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"