Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 36550 invoked from network); 3 Oct 2006 15:47:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 15:47:55 -0000 Received: (qmail 57995 invoked by uid 500); 3 Oct 2006 15:47:46 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 57982 invoked by uid 500); 3 Oct 2006 15:47:46 -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 57971 invoked by uid 99); 3 Oct 2006 15:47:46 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 08:47:46 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=shantanuchawla74@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.8 required=5.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.162.193] ([64.233.162.193:50008] helo=nz-out-0102.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 09/33-08153-12682254 for ; Tue, 03 Oct 2006 08:47:46 -0700 Received: by nz-out-0102.google.com with SMTP id 8so610247nzo for ; Tue, 03 Oct 2006 08:47:43 -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=uFntqoJu1KWIen1Iyj3SVluTiENN4P4MWqUqSRVC8H8RPOqJvH2YzfyketHZ54D7LMReUIxNNSSMKVDYVA9X52wmuvYegMTme5uMEhA4jWNIv0/HvIaoWI/+cJWXLRB7R/ca76js0HJvaNMXyOvO0oXQeyJC5K88Eqx4q8gruy8= Received: by 10.35.37.13 with SMTP id p13mr10143070pyj; Tue, 03 Oct 2006 08:47:43 -0700 (PDT) Received: by 10.35.118.5 with HTTP; Tue, 3 Oct 2006 08:47:40 -0700 (PDT) Message-ID: <75d91e540610030847x6675fd29te18cea5a7997ddfd@mail.gmail.com> Date: Tue, 3 Oct 2006 08:47:40 -0700 From: "shantanu chawla" To: axis-user@ws.apache.org Subject: Re: [axis2] stub generated by axis 2 is not compiling but stub generated by axis 1.4 works fine. 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: <75d91e540609291602j5fd76e11u7f44e1ee6a8a004c@mail.gmail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N yes I am using nightly builds. now I am getting these errors. org.apache.neethi cannot be resolved to a type method addHeadersToEnvelope(SOAPEnvelope) is undefined for the _serviceClient The method getNamespaceURI() is undefined for the type OMNamespace I cant find class org.apache.neethi in neethi.jar. Shantanu On 9/29/06, Anne Thomas Manes wrote: > Are you using the latest build? > > On 9/29/06, shantanu chawla wrote: > > I am testing .net webservice interoperability using axis 1.4 and axis2. > > While I can access the webservice using axis1.4 and my axis1.4 client > > works fine but when I generate the client stubs using axis2 it is not > > compiling. In my client stub generated by axis 2 code generatorI am > > having this error :unreachable code at --> line. > > > > > > //Unknown style!! No code is generated > > throw new UnsupportedOperationException("Unknown Style"); > > > > // create message context with that soap envelope > > --> org.apache.axis2.context.MessageContext _messageContext = new > > org.apache.axis2.context.MessageContext(); > > _messageContext.setEnvelope(env); > > > > This webservice is built on .NET 1.1 and WSE 2.0. > > > > Any pointers wht can be wrong. > > > > Shantanu > > -- > > Graduate Student > > Department of Computer Science, > > San Diego State University > > > > --------------------------------------------------------------------- > > 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 > > -- Graduate Student Department of Computer Science, San Diego State University --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org