summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2005-07-07 13:46:25 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2005-07-07 13:46:25 +0000
commit99fe99f4c3f90775f4ac8e6e0bc471d3a0deda33 (patch)
tree4320da038337d025244d0dd93a26ab0492f792cf
parentf244dea5bd4aa7975a3c35c2ba4109e3f6649b60 (diff)
Fixed swig binding on ProfileService's buildResponseMsg().
-rw-r--r--swig/Lasso-wsf.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Lasso-wsf.i b/swig/Lasso-wsf.i
index 75ff61a6..486bfd35 100644
--- a/swig/Lasso-wsf.i
+++ b/swig/Lasso-wsf.i
@@ -3829,7 +3829,7 @@ typedef struct {
/* Implementations of methods inherited from WsfProfile */
#define LassoProfileService_buildRequestMsg(self) lasso_wsf_profile_build_soap_request_msg(LASSO_WSF_PROFILE(self))
-#define LassoProfileService_buildResponseMsg(self) lasso_wsf_profile_build_soap_request_msg(LASSO_WSF_PROFILE(self))
+#define LassoProfileService_buildResponseMsg(self) lasso_wsf_profile_build_soap_response_msg(LASSO_WSF_PROFILE(self))
/* Methods implementations */
#define LassoProfileService_addData lasso_profile_service_add_data