blob: 971d56844449f7a73de175d9ce946b52d4370987 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<application id="simple_unit" mode="Debug">
<services>
<service id="soap" class="System.Web.Services.TSoapService">
<soap id="contacts" provider="Application.Soap.ContactManager" ClassMaps="Contact, Address"/>
</service>
</services>
</application>
|