summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-env.c
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-24 10:54:03 +0000
committerGravatar m0gg2006-11-24 10:54:03 +0000
commit1183312d9d5248a93e28cf55e88ef0c819cc27a0 (patch)
tree1f98189b991568719ace9e6709b46b6e52674964 /libcsoap/soap-env.c
parent6457c46897d6e0c63476bf4ba4ca14b4844fac0d (diff)
downloadcsoap-1183312d9d5248a93e28cf55e88ef0c819cc27a0.tar.gz
csoap-1183312d9d5248a93e28cf55e88ef0c819cc27a0.tar.bz2
Message signature with xmlsec1
Diffstat (limited to 'libcsoap/soap-env.c')
-rw-r--r--libcsoap/soap-env.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/libcsoap/soap-env.c b/libcsoap/soap-env.c
index 6bdce39..6abfb1f 100644
--- a/libcsoap/soap-env.c
+++ b/libcsoap/soap-env.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-env.c,v 1.24 2006/11/23 15:27:33 m0gg Exp $
+* $Id: soap-env.c,v 1.25 2006/11/24 10:54:03 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -74,11 +74,11 @@ Parameters:
"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"%s\" SOAP-ENV:encodingStyle=\"%s\"" \
" xmlns:xsi=\"%s\"" \
" xmlns:xsd=\"%s\">" \
- " <SOAP-ENV:Header />" \
- " <SOAP-ENV:Body>"\
- " <m:%s xmlns:m=\"%s\">"\
- " </m:%s>" \
- " </SOAP-ENV:Body>"\
+ "<SOAP-ENV:Header />" \
+ "<SOAP-ENV:Body>"\
+ "<m:%s xmlns:m=\"%s\">"\
+ "</m:%s>" \
+ "</SOAP-ENV:Body>"\
"</SOAP-ENV:Envelope>"
@@ -96,11 +96,11 @@ Parameters:
"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"%s\" SOAP-ENV:encodingStyle=\"%s\"" \
" xmlns:xsi=\"%s\"" \
" xmlns:xsd=\"%s\">" \
- " <SOAP-ENV:Header />" \
- " <SOAP-ENV:Body>"\
- " <%s xmlns=\"%s\">"\
- " </%s>" \
- " </SOAP-ENV:Body>"\
+ "<SOAP-ENV:Header />" \
+ "<SOAP-ENV:Body>"\
+ "<%s xmlns=\"%s\">"\
+ "</%s>" \
+ "</SOAP-ENV:Body>"\
"</SOAP-ENV:Envelope>"