diff options
author | snowdrop | 2004-02-03 08:59:22 +0000 |
---|---|---|
committer | snowdrop | 2004-02-03 08:59:22 +0000 |
commit | 889a90340eec29e63cb7b8b8095442d5858ad7ce (patch) | |
tree | 041a9fd7635c6da7827e4c55c1fece2ed03b6281 /libcsoap/soap-client.c | |
parent | b3ecb22603e9187725810d1e1616fec01c5c063b (diff) | |
download | csoap-889a90340eec29e63cb7b8b8095442d5858ad7ce.tar.gz csoap-889a90340eec29e63cb7b8b8095442d5858ad7ce.tar.bz2 |
develop
Diffstat (limited to 'libcsoap/soap-client.c')
-rw-r--r-- | libcsoap/soap-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcsoap/soap-client.c b/libcsoap/soap-client.c index f9e964f..39b001d 100644 --- a/libcsoap/soap-client.c +++ b/libcsoap/soap-client.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-client.c,v 1.1 2004/02/03 08:10:05 snowdrop Exp $ + * $Id: soap-client.c,v 1.2 2004/02/03 08:59:22 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -46,7 +46,7 @@ soap_client_invoke(SoapEnv *call, const char *url, const char *soap_action) /* Create buffer */ buffer = xmlBufferCreate(); - xmlNodeDump(buffer, call->root->doc,call->root, 1 ,2); + xmlNodeDump(buffer, call->root->doc,call->root, 1 ,0); content = (char*)xmlBufferContent(buffer); /* Transport via HTTP */ |