summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-fault.c
diff options
context:
space:
mode:
authorGravatar snowdrop2005-12-19 14:06:15 +0000
committerGravatar snowdrop2005-12-19 14:06:15 +0000
commit84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1 (patch)
tree34d1f68d2d887770e8a67fe5d65e82ec2cdfebe3 /libcsoap/soap-fault.c
parent7fe73dd2cd46d43b97bd8766849f2dffabb6a2d4 (diff)
downloadcsoap-84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1.tar.gz
csoap-84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1.tar.bz2
integrated with ssl (https) capability
Diffstat (limited to 'libcsoap/soap-fault.c')
-rw-r--r--libcsoap/soap-fault.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcsoap/soap-fault.c b/libcsoap/soap-fault.c
index a44ad37..eeb146d 100644
--- a/libcsoap/soap-fault.c
+++ b/libcsoap/soap-fault.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-fault.c,v 1.5 2004/10/15 13:34:02 snowdrop Exp $
+* $Id: soap-fault.c,v 1.6 2005/12/19 14:06:16 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -46,12 +46,12 @@ Parameters:
" xmlns:xsi=\"%s\"" \
" xmlns:xsd=\"%s\">" \
" <SOAP-ENV:Body>"\
- " <Fault>"\
+ " <SOAP-ENV:Fault>"\
" <faultcode>%s</faultcode>"\
" <faultstring>%s</faultstring>"\
" <faultactor>%s</faultactor>"\
- " <faultdetail>%s</faultdetail>"\
- " </Fault>" \
+ " <detail>%s</detail>"\
+ " </SOAP-ENV:Fault>" \
" </SOAP-ENV:Body>"\
"</SOAP-ENV:Envelope>"