diff options
author | knut <> | 2006-07-06 19:45:32 +0000 |
---|---|---|
committer | knut <> | 2006-07-06 19:45:32 +0000 |
commit | 97dddf3cf23f7d2829d23efb9d44b746ac7d52cc (patch) | |
tree | 23c5984380a250bbe0d1163c055df2404df19649 /demos/soap/protected/application.xml | |
parent | 9cc6b7fffd31f4b9ee9aceef9224c84dcf28aeb8 (diff) |
Added a TSoapService prototype with a simple demo app
Diffstat (limited to 'demos/soap/protected/application.xml')
-rw-r--r-- | demos/soap/protected/application.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/soap/protected/application.xml b/demos/soap/protected/application.xml new file mode 100644 index 00000000..e59c5b84 --- /dev/null +++ b/demos/soap/protected/application.xml @@ -0,0 +1,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>
\ No newline at end of file |