Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 66513 invoked from network); 17 Mar 2005 05:49:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Mar 2005 05:49:43 -0000 Received: (qmail 57806 invoked by uid 500); 17 Mar 2005 05:49:40 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 57776 invoked by uid 500); 17 Mar 2005 05:49:40 -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 57761 invoked by uid 99); 17 Mar 2005 05:49:40 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ajith.ranabahu@gmail.com designates 64.233.184.193 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.193) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 16 Mar 2005 21:49:39 -0800 Received: by wproxy.gmail.com with SMTP id 68so167662wra for ; Wed, 16 Mar 2005 21:49:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=CcqrZhBHEEeNBWyyqv1+/pOJmrzg+IL9iiWKmRBdHvOux11N+jrrYgD0jZx5PzT7AyXutq3o2s1ZSX6pQqdasFOX2XNCyYzXMcOkKS2z+ujiuqh2lDz3BE/YbxVM1hIEir64S9KCK9CbFKFDeB0UYYyEcAT6p+Pi13gQlqIgRh4= Received: by 10.54.29.61 with SMTP id c61mr1621153wrc; Wed, 16 Mar 2005 21:49:37 -0800 (PST) Received: by 10.54.2.42 with HTTP; Wed, 16 Mar 2005 21:49:37 -0800 (PST) Message-ID: Date: Thu, 17 Mar 2005 11:49:37 +0600 From: Ajith Ranabahu Reply-To: Ajith Ranabahu To: axis-dev@ws.apache.org Subject: Re: [Axis2] Out Message (Auto start web service) In-Reply-To: <002a01c52ab4$7ff96da0$2165a8c0@Deepal> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <002a01c52ab4$7ff96da0$2165a8c0@Deepal> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Does this mean we are having a dive at out bound MEPS mentioned in WSDL 2.0 ? On Thu, 17 Mar 2005 11:44:30 +0600, Deepal Jayasinghe wrote: > > Hi all; > > I wrote a web service that sends message from server without getting any > request. and also I modified the DeploymentEngine to auto start the service > if it is to be so. > In order to be an auto run service its service.xml should have the following > parameter and service class should extend from Thread . > > true > > > Note : I just extends the service class form Thread to show the ability of > wring a service which send out messages ( but latter it has to be implements > a well defined interface instated of extending from Thread.) > > ( This kind of web service is useful in sending announcement to subscribers > etc. ) > > > Thanks, > Deepal. -- Ajith Ranabahu