Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 57289 invoked from network); 7 Mar 2007 19:01:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 19:01:34 -0000 Received: (qmail 27447 invoked by uid 500); 7 Mar 2007 19:01:34 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 27429 invoked by uid 500); 7 Mar 2007 19:01:34 -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 27417 invoked by uid 99); 7 Mar 2007 19:01:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 11:01:34 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of atmanes@gmail.com designates 64.233.184.231 as permitted sender) Received: from [64.233.184.231] (HELO wr-out-0506.google.com) (64.233.184.231) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 11:01:23 -0800 Received: by wr-out-0506.google.com with SMTP id 36so10009wra for ; Wed, 07 Mar 2007 11:00:58 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FAn/GbGnJaMRm1lrnXHs+Q1Ot0ktO52pIYblJ5ijBVM6EUcHAZPKBKoIkSBmLZJ9UNEh2J/ayJUbW7elOj1Rg3wpb4YcCmNn1itCGEkCpHbMdZojRj+kO83hvWWEroNymwtbeiLIT9Qw+tH+zt7KqClSW3ddhXoWJ3nyU5VmBks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XZjD125GGAHBGoQ4LhFEBWo8e9S/R+pyTsEwKOPcH7y7hLSU34CTeuNHAuhe+T2UjtvBVZXa/BZQZ4LJZ5wzWZFR4apbfC3bbjpXTimnny8TqQ2YzCOw3vcgzL4iqyg3c/y43XE2xP6GGmVodUYasgil5j6IuYeoyDByXHuLssU= Received: by 10.114.127.1 with SMTP id z1mr2302992wac.1173294057748; Wed, 07 Mar 2007 11:00:57 -0800 (PST) Received: by 10.114.121.18 with HTTP; Wed, 7 Mar 2007 11:00:57 -0800 (PST) Message-ID: Date: Wed, 7 Mar 2007 14:00:57 -0500 From: "Anne Thomas Manes" To: axis-user@ws.apache.org Subject: Re: [AXIS2] Deploy wsdl without using RPCMessageReceiver In-Reply-To: <2d06437b0703071045n1e3db018qc02e79b75cd0480b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d06437b0703070549x20bf3230lfa971a08eb5aee94@mail.gmail.com> <2d06437b0703071045n1e3db018qc02e79b75cd0480b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Exactly. If you don't use the RPC receiver, then you must supply the WSDL by dropping it in the META-INF. On 3/7/07, Jose Benjamin Perez Soto wrote: > Hi, > > the only thing which I have in my META-INF is my services.xml > > WEB-INF > + --- services > + --- HandlingException > + ---------- META-INF > > + --- services.xml > I do not have any wsdl > > > On 3/7/07, Anne Thomas Manes wrote: > > > > You need to drop the WSDL into META-INF. > > > > Anne > > > > On 3/7/07, Jose Benjamin Perez Soto wrote: > > > Hi, > > > > > > how deploy wsdl without using RPCMessageReceiver?, I've this problem: > > > > > > package org.test; > > > > > > import > > > > org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver; > > > > > > public class MyServiceMessageReceiverInOut extends > > > AbstractInOutSyncMessageReceiver { > > > .... > > > } > > > > > > this inserted it in services.xml > > > > > > > > > > > class="org.test.MyServiceMessageReceiverInOut"/> > > > > > > > > > but it does not deploy wsdl in the navigator, how deploy the wsdl? > > > > > > Thanks, > > > > > > Ben > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > axis-user-unsubscribe@ws.apache.org > > For additional commands, e-mail: axis-user-help@ws.apache.org > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org