* Makefile: added compilation of extensions and service client.
* web.config: Copied from the server directory. It includes soap extension configuration.
* TestService.asmx: New file. A simple test service.
* ConverterService.asmx: New file. Currency conversion test service.
* TraceExtension.cs: New file. Trace soap extension.
* EncryptExtension.cs: New file. A Soap extension that encrypts the info.
* DumpExtension.cs: New file. Dump soap extension.
* ServiceClient.cs: New file. Web service test app.
* ServiceClient.exe.config: New file. Config file for the ServiceClient test app.
* Reference.cs: New file. Web service client proxy implementation.
svn path=/trunk/xsp/; revision=16065
* README, ChangeLog: changed line ending to unix format.
* databind-arraylist.aspx: added an ArrayList as server object. Also
changed to unix format.
svn path=/trunk/xsp/; revision=4669
* README: added directory layout.
* src/Makefile: changed the name of the generated exe.
* test/*: added directory and a couple of samples.
svn path=/trunk/xsp/; revision=4641