summaryrefslogtreecommitdiffstats
path: root/lasso/xml/strings.h
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2008-12-12 16:48:18 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2008-12-12 16:48:18 +0000
commit5a51211f40dd91872a4096a318fc61660bd21af7 (patch)
tree0148075ea89afdfc191a8cc45a91f9be95755430 /lasso/xml/strings.h
parent6fa76647948e06de48590e35ea1627fb68f24767 (diff)
downloadlasso-5a51211f40dd91872a4096a318fc61660bd21af7.tar.gz
lasso-5a51211f40dd91872a4096a318fc61660bd21af7.tar.xz
lasso-5a51211f40dd91872a4096a318fc61660bd21af7.zip
fixed fault code and use a more precise fault string
Diffstat (limited to 'lasso/xml/strings.h')
-rw-r--r--lasso/xml/strings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h
index a57f25d8..e95e0014 100644
--- a/lasso/xml/strings.h
+++ b/lasso/xml/strings.h
@@ -641,9 +641,10 @@
"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
#define LASSO_WSU_PREFIX "wsu"
-#define LASSO_SOAP_FAULT_CODE_SERVER "Server"
+#define LASSO_SOAP_FAULT_CODE_SERVER "S:server"
#define LASSO_SOAP_FAULT_STRING_SERVER "Server Error"
+#define LASSO_SOAP_FAULT_STRING_IDENTITY_NOT_FOUND "Identity not found"
#endif /* __LASSO_STRINGS_H__ */