Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 14513 invoked from network); 15 Mar 2007 08:54:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 08:54:07 -0000 Received: (qmail 23492 invoked by uid 500); 15 Mar 2007 08:54:06 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 23479 invoked by uid 500); 15 Mar 2007 08:54:06 -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 23468 invoked by uid 99); 15 Mar 2007 08:54:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 01:54:06 -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 pzfreo@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 01:53:56 -0700 Received: by ug-out-1314.google.com with SMTP id j40so272422ugd for ; Thu, 15 Mar 2007 01:53:35 -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=RyYE6Y+7VrdbFgUO6lkFFR34eoU0DqOoE625eB+CFxcqe2yAjYd2P0WDek1he6fV57WlyEj4JNE/Bqt9PVax+kvjIbQBHjg1G5aTyMh/DgQ8Wwdm3kiIrsdPSNfWDL5WbAOtFghrZsrzIQ4obQ3LbHjmzlr/6L2H75E5ccYlTkc= 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=pjlYtHgwMQb6l/YmcoNd+J2JCwLgGI1/IJn76HfWOWKsTyu3+6irGrbZ7lSnHpMOHUO7EGQfUY5RhSxKPDK5fuUEk21pzzVnkgKcCoKaYrSGF5VNcOe+P/Qjzcxz+aSCFO/8726clmgRlHHymL+nesoN8PwoZe0CXTA93jXt5VQ= Received: by 10.78.166.7 with SMTP id o7mr203356hue.1173948814858; Thu, 15 Mar 2007 01:53:34 -0700 (PDT) Received: by 10.78.160.17 with HTTP; Thu, 15 Mar 2007 01:53:29 -0700 (PDT) Message-ID: <88f5d710703150153l27d34a8es214ba1ce7c52bdbc@mail.gmail.com> Date: Thu, 15 Mar 2007 08:53:29 +0000 From: "Paul Fremantle" To: axis-user@ws.apache.org Subject: Re: Axis2: Interop with .NET 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 The Eclipse WebTools project is a large download, but it does include a WSDL validator that is pretty good in my opinion. http://www.eclipse.org/webtools/main.php Paul On 3/15/07, Anne Thomas Manes wrote: > Whitespace is not a valid character in an XML local name. I suggest > you submit a JIRA to fix Axis and Axis2 to disallow use of whitespace > in an XML local name. > > As for the namespace reference, have you declared the "wsns" namespace > and have you imported it into the schema? > > I also suggest that you validate the WSDL/schema before attempting to > generate clients from it. > > Anne > > On 3/14/07, Sarwar_Raza@3com.com wrote: > > > > Hi.. > > We're trying to write a .NET client for our Axis2 Web Service. We have Java > > clients that work just fine using our WSDL, but the .NET wsdl.exe tool seems > > to choke on certain elements in our WSDL. > > > > Case in point: > > 1. The element name below has a whitespace in it. This is no problem for > > Axis1 or Axis2 WSDL2JAVA - but for .NET, I have to replace the white space > > with an underscore. > > > > > > > > > > > > > > > > > > > > > > I need to change the name as below: > > > > > > > > 2. Having trouble with namespaces too. > > > > > > > > > > > > > > > > will only work with the WSDL.exe tool if the "wsns" is stripped from the > > type. > > > > My question to the group is: > > - Has anyone encountered this before using .NET wsdl.exe? > > - Is it possible we're not adhering to the rules of creating truly > > interoperable design contracts, even though AXIS2 WSDL2JAVA let our WSDL > > fly? > > > > Thanks > > \Sarwar > > --------------------------------------------------------------------- > 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