Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 62312 invoked from network); 3 May 2004 15:17:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 May 2004 15:17:47 -0000 Received: (qmail 25845 invoked by uid 500); 3 May 2004 15:17:40 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 25834 invoked by uid 500); 3 May 2004 15:17:40 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 25817 invoked from network); 3 May 2004 15:17:40 -0000 Received: from unknown (HELO web12308.mail.yahoo.com) (216.136.173.106) by daedalus.apache.org with SMTP; 3 May 2004 15:17:40 -0000 Message-ID: <20040503151742.91511.qmail@web12308.mail.yahoo.com> Received: from [218.242.25.173] by web12308.mail.yahoo.com via HTTP; Mon, 03 May 2004 08:17:42 PDT Date: Mon, 3 May 2004 08:17:42 -0700 (PDT) From: yl d Subject: does axis c++ support other charset. To: axis-c-user@ws.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 hi,all sorry to bother again. now i am using axis c++ 1.0 as client,and axis java as server. i wrote a helloworld webservice. the method:Hi, returns the string :"hello world". i succeed to complete the client and server. but when i want to return a chinese string in the method "Hi",the client failed to get the right response. the client source code is as below: #include "HelloWorld.h" int main() { HelloWorld c; string s=c.Hi(); printf("%s",s.c_str()); } it prints nothing. anyone can help me? thanks. __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover