Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 29619 invoked from network); 13 Apr 2007 20:18:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2007 20:18:47 -0000 Received: (qmail 50200 invoked by uid 500); 13 Apr 2007 20:18:44 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 50021 invoked by uid 500); 13 Apr 2007 20:18:43 -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 50010 invoked by uid 99); 13 Apr 2007 20:18:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 13:18:43 -0700 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 shantanuchawla74@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2007 13:18:36 -0700 Received: by wr-out-0506.google.com with SMTP id i30so929415wra for ; Fri, 13 Apr 2007 13:18:15 -0700 (PDT) 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=ioKbwXxEanR83DSL1eFkSh8BOqu/Ct7GmRo4M0gjtGEEo7uV8ipTLCLUdRoW9UOthZ8lp5229REhPuuPmQhyn+gHfX83hGaDF6EWzBhuS+Z0xjBebc0fdTz+JghSDLqTWg0LlJ5WJggODIOgt7spc6UzsfKu7a1NktNoX6cnpOM= 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=R8hXQMLv+i/PVxdeBAbTdlizxDMgZmxIEZPKqgtM/K4siXKtWqbZ7H6YMVPNI68yksHaw16Itgl0qMTenofuIqNKeyJdrtcfd7PN4AMTcs78ZfsIhS3Gk1dxIlWHlN5yjklMAhC+BnTupT5nXg3PE9sqMHB6MPfqnx6di9AJ3NA= Received: by 10.114.125.2 with SMTP id x2mr1091721wac.1176495494544; Fri, 13 Apr 2007 13:18:14 -0700 (PDT) Received: by 10.114.197.17 with HTTP; Fri, 13 Apr 2007 13:18:14 -0700 (PDT) Message-ID: <75d91e540704131318y177111a1xe29a36643a4c9d7@mail.gmail.com> Date: Fri, 13 Apr 2007 13:18:14 -0700 From: "shantanu chawla" To: axis-user@ws.apache.org Subject: Axis2. 1.1.1 cannot generate code from wsdl generated by WCF web service In-Reply-To: <75d91e540704131038p42206f14w7b565085ab5954c2@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: <75d91e540704131038p42206f14w7b565085ab5954c2@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I developed a WCF web service and now I am trying to create a client to consume WCF service in java using axis2 1.1.1 version. I am using Axis2 code generator version 1.2.1 compatible with axis2 version 1.1.1 for eclipse. When I am trying to generate client code I am gettting the error the following error An error occured while completing proecess - java.lang.InterruptedException: org.apache.axis2.wsdl.codegen.CodeGenerationException: java.langRuntimeException: WSHttpBinding_IMyService_MyOperation1_Input_policy can't be resolved The wsdl I am using is http://svr11.lab.interface.local/WCFService/Service.svc host/SVR11.lab.interface.local I can consume the service in .net. I am kinda stuck so if any of you guys can help me out would be great . Thanks Shantanu --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org