Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 87996 invoked from network); 31 Jul 2006 15:14:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Jul 2006 15:14:38 -0000 Received: (qmail 1117 invoked by uid 500); 31 Jul 2006 15:14:30 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 887 invoked by uid 500); 31 Jul 2006 15:14:29 -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 875 invoked by uid 99); 31 Jul 2006 15:14:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 08:14:29 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of pzfreo@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 08:14:28 -0700 Received: by py-out-1112.google.com with SMTP id f28so548705pyf for ; Mon, 31 Jul 2006 08:14:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X+hBGSPYwoKz1+mvEM4UjHNxRpzjt4OC8T+N6B0PUi52VMSQul7B4LmZchkeBpJwy+pSiviIln+6gwF17+Ru8DV2Y74XzQSMfaIaFokcpr9FdkEw/CPKinX1MewEFwvmfCA8XIAfpku/cS/jhUoOvCH0oBXlH52wzEwYMrtKCS4= Received: by 10.35.38.17 with SMTP id q17mr4054376pyj; Mon, 31 Jul 2006 08:04:08 -0700 (PDT) Received: by 10.35.71.11 with HTTP; Mon, 31 Jul 2006 08:04:07 -0700 (PDT) Message-ID: <88f5d710607310804i21d36b97ldfe8c9a3726470da@mail.gmail.com> Date: Mon, 31 Jul 2006 16:04:07 +0100 From: "Paul Fremantle" To: axis-user@ws.apache.org Subject: Re: Evaluating SOAP-Server In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Apache Axis2 does exactly what you ask. 1) It supports remote clients 2) It supports asynchronous calls and asynchronous services, so you can have the server call back when the response is ready (long running queries) 3) It supports bundling AJAX HTML clients that use the same services to build web pages. For an example of the AJAX clients, you can see the Tungsten server (http://dist.wso2.net/products/tungsten/) which is an SOA application server based on Axis2. It uses that model for the admin console, and also the Chad sample shows the AJAX clients too. Paul On 7/31/06, Oliver Hirschi wrote: > Hi, > > I'd like to change our application-server from corba to soap. The main > job of this application server is to interact with java-clients to make > database-queries. Additionally there are a few jobs which takes a lot of > time, so they should be done on server, not on client. > In the future its possible, that we devlope also a java-web-client to > the server. This client should then also use the same soap-interfaces of > the > server. > > Is axis the right soap-server due to my requirements? > > By "googleing" about soap there comes ever Apache Axis. Is this the "one > and only" soap-server or are there others? > > Great thank & kind regards, > -- > Oliver Hirschi > http://www.FamilyHirschi.ch > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > -- Paul Fremantle VP/Technology, WSO2 and OASIS WS-RX TC Co-chair http://bloglines.com/blog/paulfremantle paul@wso2.com "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org