summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-nhttp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-nhttp.c')
-rw-r--r--libcsoap/soap-nhttp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcsoap/soap-nhttp.c b/libcsoap/soap-nhttp.c
index da30a11..22f78de 100644
--- a/libcsoap/soap-nhttp.c
+++ b/libcsoap/soap-nhttp.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-nhttp.c,v 1.9 2006/12/03 17:30:57 m0gg Exp $
+* $Id: soap-nhttp.c,v 1.10 2006/12/06 11:27:20 m0gg Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -201,8 +201,8 @@ soap_nhttp_process(httpd_conn_t * conn, struct hrequest_t * req)
soap_ctx_add_files(ctx, req->attachments);
- /* only local part is interesting... */
- // soap_addressing_set_to_address_string(ctx->env, req->path);
+ /* only local part is interesting...
+ soap_addressing_set_to_address_string(ctx->env, req->path); */
soap_transport_process(ctx, &response);
@@ -284,7 +284,7 @@ _soap_nhttp_client_invoke(void *unused, struct SoapCtx *request, struct SoapCtx
xmlDocDumpMemory(request->env->root->doc, &buffer, &size);
- // xmlDocFormatDump(stdout, request->env->root->doc, 1);
+ /* xmlDocFormatDump(stdout, request->env->root->doc, 1); */
/* Transport via HTTP */
if (!(conn = httpc_new()))