summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-env.c
diff options
context:
space:
mode:
authorGravatar snowdrop2006-02-04 01:24:10 +0000
committerGravatar snowdrop2006-02-04 01:24:10 +0000
commit7d850ebcc41b26d332084b707f76fe8181728fa3 (patch)
tree0901d2b5e8977cbe20d168018ab09f51c0978fa0 /libcsoap/soap-env.c
parent5173e7c09d6944bda375d86304d0c4c52a319b27 (diff)
downloadcsoap-7d850ebcc41b26d332084b707f76fe8181728fa3.tar.gz
csoap-7d850ebcc41b26d332084b707f76fe8181728fa3.tar.bz2
changed encoding to encodingStyle
Diffstat (limited to 'libcsoap/soap-env.c')
-rw-r--r--libcsoap/soap-env.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcsoap/soap-env.c b/libcsoap/soap-env.c
index 8252961..9da120d 100644
--- a/libcsoap/soap-env.c
+++ b/libcsoap/soap-env.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-env.c,v 1.14 2006/01/27 20:23:39 mrcsys Exp $
+* $Id: soap-env.c,v 1.15 2006/02/04 01:24:10 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -49,7 +49,7 @@ Parameters:
5- method name(again)
*/
#define _SOAP_MSG_TEMPLATE_ \
- "<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"%s\" SOAP-ENV:encoding=\"%s\"" \
+ "<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"%s\" SOAP-ENV:encodingStyle=\"%s\"" \
" xmlns:xsi=\"%s\"" \
" xmlns:xsd=\"%s\">" \
" <SOAP-ENV:Body>"\
@@ -70,7 +70,7 @@ Parameters:
5- method name(again)
*/
#define _SOAP_MSG_TEMPLATE_EMPTY_TARGET_ \
- "<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"%s\" SOAP-ENV:encoding=\"%s\"" \
+ "<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"%s\" SOAP-ENV:encodingStyle=\"%s\"" \
" xmlns:xsi=\"%s\"" \
" xmlns:xsd=\"%s\">" \
" <SOAP-ENV:Body>"\