diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /tderesources/groupwise/soap/GroupWiseBinding.nsmap | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tderesources/groupwise/soap/GroupWiseBinding.nsmap')
-rw-r--r-- | tderesources/groupwise/soap/GroupWiseBinding.nsmap | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tderesources/groupwise/soap/GroupWiseBinding.nsmap b/tderesources/groupwise/soap/GroupWiseBinding.nsmap new file mode 100644 index 000000000..b07dd5bb4 --- /dev/null +++ b/tderesources/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} +}; |