diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /kresources/groupwise/soap/GroupWiseBinding.nsmap | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kresources/groupwise/soap/GroupWiseBinding.nsmap')
-rw-r--r-- | kresources/groupwise/soap/GroupWiseBinding.nsmap | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kresources/groupwise/soap/GroupWiseBinding.nsmap b/kresources/groupwise/soap/GroupWiseBinding.nsmap new file mode 100644 index 000000000..b07dd5bb4 --- /dev/null +++ b/kresources/groupwise/soap/GroupWiseBinding.nsmap @@ -0,0 +1,14 @@ + +#include "soapH.h" +SOAP_NMAC struct Namespace namespaces[] = +{ + {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL}, + {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL}, + {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, + {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, + {"ngwt", "http://schemas.novell.com/2005/01/GroupWise/types", NULL, NULL}, + {"ngwm", "http://schemas.novell.com/2005/01/GroupWise/methods", NULL, NULL}, + {"ngw", "http://schemas.novell.com/2005/01/GroupWise/groupwise.wsdl", NULL, NULL}, + {"ngwe", "http://schemas.novell.com/2005/01/GroupWise/events", NULL, NULL}, + {NULL, NULL, NULL, NULL} +}; |