Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 13320 invoked from network); 1 Sep 2003 16:21:06 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Sep 2003 16:21:06 -0000 Received: (qmail 54180 invoked by uid 500); 1 Sep 2003 16:20:34 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 54130 invoked by uid 500); 1 Sep 2003 16:20:33 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 54064 invoked by uid 500); 1 Sep 2003 16:20:33 -0000 Delivered-To: apmail-xml-axis-cvs@apache.org Date: 1 Sep 2003 14:33:39 -0000 Message-ID: <20030901143339.68069.qmail@minotaur.apache.org> From: susantha@apache.org To: xml-axis-cvs@apache.org Subject: cvs commit: xml-axis/c/src/engine Axis.cpp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N susantha 2003/09/01 07:33:39 Modified: c/src/engine Axis.cpp Log: no message Revision Changes Path 1.12 +5 -2 xml-axis/c/src/engine/Axis.cpp Index: Axis.cpp =================================================================== RCS file: /home/cvs/xml-axis/c/src/engine/Axis.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Axis.cpp 1 Sep 2003 13:44:39 -0000 1.11 +++ Axis.cpp 1 Sep 2003 14:33:39 -0000 1.12 @@ -73,6 +73,7 @@ #include #include #include "../common/Packet.h" +#include "../common/AxisUtils.h" #include #include @@ -180,14 +181,16 @@
\ ", str->str.op_stream); + string sServiceName; for (iter = pSrvMap->begin();iter != pSrvMap->end();iter++) { pService = iter->second; + AxisUtils::convert(sServiceName, pService->GetServiceName().c_str()); send_response_bytes("", str->str.op_stream); send_response_bytes("", str->str.op_stream);
", str->str.op_stream); - send_response_bytes((char *)pService->GetServiceName().c_str(), str->str.op_stream); + send_response_bytes((char *)sServiceName.c_str(), str->str.op_stream); send_response_bytes("str.op_stream); if (bNoSlash) send_response_bytes("axis/", str->str.op_stream); - send_response_bytes((char *)pService->GetServiceName().c_str(), str->str.op_stream); + send_response_bytes((char *)sServiceName.c_str(), str->str.op_stream); send_response_bytes("?wsdl", str->str.op_stream); send_response_bytes("\">wsdl