summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:15:42 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:15:42 +0000
commit42c81da4f49936e498e62f64628cdfb589f908cc (patch)
tree971e946175613564f3b8031af7cd9f620630626b /lasso/id-wsf
parent91aa1f61c7e9a7f8a4b05cda6eac90e55364bb43 (diff)
downloadlasso-42c81da4f49936e498e62f64628cdfb589f908cc.tar.gz
lasso-42c81da4f49936e498e62f64628cdfb589f908cc.tar.xz
lasso-42c81da4f49936e498e62f64628cdfb589f908cc.zip
XML: move SOAP API to its own sub directory
Diffstat (limited to 'lasso/id-wsf')
-rw-r--r--lasso/id-wsf/data_service.c2
-rw-r--r--lasso/id-wsf/interaction_profile_service.c4
-rw-r--r--lasso/id-wsf/wsf_profile.c6
-rw-r--r--lasso/id-wsf/wsf_profile.h4
-rw-r--r--lasso/id-wsf/wsf_profile_private.h2
5 files changed, 9 insertions, 9 deletions
diff --git a/lasso/id-wsf/data_service.c b/lasso/id-wsf/data_service.c
index 4a2e0e0b..0476ca8b 100644
--- a/lasso/id-wsf/data_service.c
+++ b/lasso/id-wsf/data_service.c
@@ -68,7 +68,7 @@
#include "../xml/dst_modify.h"
#include "../xml/dst_modify_response.h"
#include "../xml/soap_binding_correlation.h"
-#include "../xml/soap_fault.h"
+#include "../xml/soap-1.1/soap_fault.h"
#include "../xml/is_redirect_request.h"
#include <xmlsec/xmltree.h>
diff --git a/lasso/id-wsf/interaction_profile_service.c b/lasso/id-wsf/interaction_profile_service.c
index e9310327..6c4ac2d8 100644
--- a/lasso/id-wsf/interaction_profile_service.c
+++ b/lasso/id-wsf/interaction_profile_service.c
@@ -24,8 +24,8 @@
#include "./interaction_profile_service.h"
#include "./wsf_profile.h"
-#include "../xml/soap_detail.h"
-#include "../xml/soap_fault.h"
+#include "../xml/soap-1.1/soap_detail.h"
+#include "../xml/soap-1.1/soap_fault.h"
#include "../xml/is_redirect_request.h"
#include "../utils.h"
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c
index 6e5303a3..c6c0c498 100644
--- a/lasso/id-wsf/wsf_profile.c
+++ b/lasso/id-wsf/wsf_profile.c
@@ -39,7 +39,7 @@
#include "./discovery.h"
#include "./utils.h"
#include "../xml/disco_modify.h"
-#include "../xml/soap_fault.h"
+#include "../xml/soap-1.1/soap_fault.h"
#include "../xml/soap_binding_correlation.h"
#include "../xml/soap_binding_provider.h"
#include "../xml/soap_binding_processing_context.h"
@@ -50,8 +50,8 @@
#include "../xml/ds_key_info.h"
#include "../xml/ds_key_value.h"
#include "../xml/ds_rsa_key_value.h"
-#include "../xml/soap_fault.h"
-#include "../xml/soap_detail.h"
+#include "../xml/soap-1.1/soap_fault.h"
+#include "../xml/soap-1.1/soap_detail.h"
#include "../xml/is_redirect_request.h"
#include "../xml/ws/wsse_security_header.h"
diff --git a/lasso/id-wsf/wsf_profile.h b/lasso/id-wsf/wsf_profile.h
index a5c9227c..8431104a 100644
--- a/lasso/id-wsf/wsf_profile.h
+++ b/lasso/id-wsf/wsf_profile.h
@@ -33,9 +33,9 @@ extern "C" {
#include "../id-ff/server.h"
#include "../id-ff/identity.h"
#include "../id-ff/session.h"
-#include "../xml/soap_envelope.h"
+#include "../xml/soap-1.1/soap_envelope.h"
#include "../xml/soap_binding_provider.h"
-#include "../xml/soap_fault.h"
+#include "../xml/soap-1.1/soap_fault.h"
#include "../xml/saml_assertion.h"
#include "../xml/disco_description.h"
#include "../xml/disco_resource_offering.h"
diff --git a/lasso/id-wsf/wsf_profile_private.h b/lasso/id-wsf/wsf_profile_private.h
index eefc7f34..70f2eb00 100644
--- a/lasso/id-wsf/wsf_profile_private.h
+++ b/lasso/id-wsf/wsf_profile_private.h
@@ -30,7 +30,7 @@ extern "C" {
#endif /* __cplusplus */
-#include "../xml/soap_fault.h"
+#include "../xml/soap-1.1/soap_fault.h"
struct _LassoWsfProfilePrivate
{