summaryrefslogtreecommitdiff
path: root/demos/soap/protected/application.xml
blob: e59c5b8410860f9c5fc6bdddb222f760f1e20f08 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<application id="soap" mode="Debug">
  <paths>
    <using namespace="Application.webservices.*" />
  </paths>
  <services>
    <service id="page" class="TPageService"/>
    <service id="soap" class="System.Web.Services.TSoapService"/>
  </services>
</application>