diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-28 15:31:52 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-28 15:31:52 +0000 |
| commit | 19b7cc0bbc0d060d21f000b5241b007b77b1e47a (patch) | |
| tree | 62a0e7c2e7f4ab88ecb19457659233b95bcb96d2 /lasso/id-wsf | |
| parent | 1dab7b59e5f36ef0a5cfed124a3a2f5d549d82ce (diff) | |
| download | lasso-19b7cc0bbc0d060d21f000b5241b007b77b1e47a.tar.gz lasso-19b7cc0bbc0d060d21f000b5241b007b77b1e47a.tar.xz lasso-19b7cc0bbc0d060d21f000b5241b007b77b1e47a.zip | |
ID-WSF: change name of Personal Profile namespace symbols, add symbols for ID-SIS PP 1.1
Diffstat (limited to 'lasso/id-wsf')
| -rw-r--r-- | lasso/id-wsf/data_service.c | 4 | ||||
| -rw-r--r-- | lasso/id-wsf/discovery.c | 2 | ||||
| -rw-r--r-- | lasso/id-wsf/personal_profile_service.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lasso/id-wsf/data_service.c b/lasso/id-wsf/data_service.c index 55eb3a8a..7f80ce57 100644 --- a/lasso/id-wsf/data_service.c +++ b/lasso/id-wsf/data_service.c @@ -960,8 +960,8 @@ register_xpath_namespace(gchar *prefix, gchar *href, xmlXPathContext *xpathCtx) static void lasso_register_idwsf_xpath_namespaces(xmlXPathContext *xpathCtx) { - xmlXPathRegisterNs(xpathCtx, (xmlChar*)LASSO_PP_PREFIX, - (xmlChar*)LASSO_PP_HREF); + xmlXPathRegisterNs(xpathCtx, (xmlChar*)LASSO_PP10_PREFIX, + (xmlChar*)LASSO_PP10_HREF); xmlXPathRegisterNs(xpathCtx, (xmlChar*)LASSO_EP_PREFIX, (xmlChar*)LASSO_EP_HREF); if (dst_services_by_prefix == NULL) diff --git a/lasso/id-wsf/discovery.c b/lasso/id-wsf/discovery.c index 91fa8d7b..10973962 100644 --- a/lasso/id-wsf/discovery.c +++ b/lasso/id-wsf/discovery.c @@ -46,7 +46,7 @@ * discovery = lasso_discovery_new(server); * lasso_wsf_profile_set_session_from_dump(LASSO_WSF_PROFILE(discovery), session_dump); * lasso_discovery_init_query(discovery); - * lasso_discovery_add_requested_service(discovery, LASSO_PP_HREF); + * lasso_discovery_add_requested_service(discovery, LASSO_PP10_HREF); * lasso_discovery_build_request_msg(discovery); * * // service must perform SOAP call to LASSO_WSF_PROFILE(discovery)->msg_url diff --git a/lasso/id-wsf/personal_profile_service.c b/lasso/id-wsf/personal_profile_service.c index 8f769e2f..6970c108 100644 --- a/lasso/id-wsf/personal_profile_service.c +++ b/lasso/id-wsf/personal_profile_service.c @@ -103,7 +103,7 @@ lasso_personal_profile_service_get_type() static GType this_type = 0; if (!this_type) { - lasso_discovery_register_constructor_for_service_type(LASSO_PP_HREF, + lasso_discovery_register_constructor_for_service_type(LASSO_PP10_HREF, (LassoWsfProfileConstructor)lasso_personal_profile_service_new_full); static const GTypeInfo this_info = { sizeof(LassoPersonalProfileServiceClass), |
