Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 62729 invoked from network); 29 Dec 2006 07:24:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2006 07:24:56 -0000 Received: (qmail 34881 invoked by uid 500); 29 Dec 2006 07:24:53 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 34872 invoked by uid 500); 29 Dec 2006 07:24:53 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 34861 invoked by uid 99); 29 Dec 2006 07:24:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2006 23:24:53 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.38.188] (HELO web51409.mail.yahoo.com) (206.190.38.188) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 28 Dec 2006 23:24:42 -0800 Received: (qmail 32613 invoked by uid 60001); 29 Dec 2006 07:24:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=6YKzBwnTJIShXtH9PZUwkMpYBy0++3XJ+GQRS+ww28pVWqLXbqlDGlNuS4XBjIS4JndGOtVssQ4fKjh13F3O83oT8PokkokrE8bGz3LSYyRVUkF1qKr6eJ6vyMhCLRmLVPnBBdtUf2KLeYtDmNuWoMGMHF4RLX415MiSjg3rZao= ; Message-ID: <20061229072421.32611.qmail@web51409.mail.yahoo.com> X-YMail-OSG: HRgsI2AVM1nicM8aJhOez2oFng_X87LWj9HwGE_mrCHoDbTN8rumWh97QleQsd_fjg-- Received: from [204.50.113.28] by web51409.mail.yahoo.com via HTTP; Thu, 28 Dec 2006 23:24:21 PST Date: Thu, 28 Dec 2006 23:24:21 -0800 (PST) From: Frank Zhou Subject: Question about AXIS and tomcat To: axis-user@ws.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, All, I have a general question about tomcat and AXIS. Is there any relation or execlusion between the two? I am currently starting to work on a web service application which the web server is hosted on TOMCAT and the client is using AXIS to parse WSDL and making SOAP/http calls et cetera. My web service application basically intends to expose some functionalities of another application through web serivce (so there is a server component), it also try to use thrid party web services to integrate with my other applications's functionality (so there is a client component). The server side is really simple from architectural point of view, it basically just a servlet respoding to SOAP/http calls (like publish WSDL and handling operations as defined in the generated WSDL). Now I am trying to expand and enhance the web service application, but as a web service novice, I would like to seek some expert advices here. (1) Can I use AXIS on the server side? can AXIS replace the servlet? (2) On the client side, currently I am just able to make SOAP/http calls. I know AXIS2 offers lots of new features. Which of those are more important than others from web service perspective? I am trying to enhance my web service client so that I can better consume third party web services like Google adwords et cetera. (3) Is there such a thing called platform web service? What are the essential features of it? Maybe I am asking wrong question here, but I am trying to understand what I can do to enhance my server side compoent, which currently is just a servlet structually. Well, enough for now, any feedback is really appreciated. Thanks much in advance. Frank __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org