From 1183312d9d5248a93e28cf55e88ef0c819cc27a0 Mon Sep 17 00:00:00 2001 From: m0gg Date: Fri, 24 Nov 2006 10:54:03 +0000 Subject: Message signature with xmlsec1 --- libcsoap/soap-fault.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'libcsoap/soap-fault.c') diff --git a/libcsoap/soap-fault.c b/libcsoap/soap-fault.c index 242a51a..8bb3945 100644 --- a/libcsoap/soap-fault.c +++ b/libcsoap/soap-fault.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-fault.c,v 1.13 2006/11/23 15:27:33 m0gg Exp $ +* $Id: soap-fault.c,v 1.14 2006/11/24 10:54:03 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -59,15 +59,15 @@ Parameters: " SOAP-ENV:encoding=\"%s\"" \ " xmlns:xsi=\"%s\"" \ " xmlns:xsd=\"%s\">" \ - " " \ - " " \ - " "\ - " %s"\ - " %s"\ - " %s"\ - " %s"\ - " " \ - " "\ + "" \ + "" \ + ""\ + "%s"\ + "%s"\ + "%s"\ + "%s"\ + "" \ + ""\ "" @@ -135,7 +135,7 @@ soap_fault_build(int fault_code, const char *fault_string, const char *fault_act if (fault == NULL) { - log_error1("Can not create xml document!"); + log_error1("Cannot create XML document!"); return soap_fault_build(fault_code, "Cannot create fault object in XML", soap_server_get_name(), NULL); } -- cgit v1.1-32-gdbae