Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 15345 invoked from network); 1 Apr 2005 08:53:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Apr 2005 08:53:44 -0000 Received: (qmail 79123 invoked by uid 500); 1 Apr 2005 08:53:39 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 79082 invoked by uid 500); 1 Apr 2005 08:53:39 -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 79069 invoked by uid 99); 1 Apr 2005 08:53:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 01 Apr 2005 00:53:37 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 32CE52CC for ; Fri, 1 Apr 2005 10:22:42 +0200 (CEST) Message-ID: <1554097935.1112343762072.JavaMail.jira@ajax.apache.org> Date: Fri, 1 Apr 2005 10:22:42 +0200 (CEST) From: =?UTF-8?Q?Sanlaville_R=C3=A9my_=28JIRA=29?= To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-1905) Axis - .NET - Namespace Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Axis - .NET - Namespace ----------------------- Key: AXIS-1905 URL: http://issues.apache.org/jira/browse/AXIS-1905 Project: Axis Type: Bug Versions: 1.2RC3 =20 Environment: Server (Windows/Weblogic8.1 SP2) - Client (Windows/.NET v1.1) Reporter: Sanlaville R=E9my Attachments: MultiDiffusionWS.wsdl, deploy.wsdd I'm using Axis version 1.2RC3 for my Web Service on the server side=20 We have to accept both Axis client (v1.2RC3) and .NET client (v1.1).=20 You will find the wsdl and wsdd in attachment=20 <> <>=20 I am facing with the following interoperability problem.=20 If the .NET client invoke the getVersion method, our Web Service return thi= s soap message :=20 =20 =20 =20 =20 v1.0=20 =20 =20 =20 =20 But the .NET client need this soap message=20 =20 =20 =20 =20 v1.0=20 =20 =20 =20 =20 I don't understand why Axis does not generate the namespace http://model.md= ws.rd.francetelecom.com for the node version (cf. wsdl). (Perhaps we also need a namespace for the node getVersionReturn).=20 (From Anne) I think this is a bug in Axis. (please report it) .NET's interpretation of = the schema is correct. getVersionReturn is in the http://mdws.rd.francetele= com.com namespace, and version is in the http://model.mdws.rd.francetelecom= .com namespace. As a workaround, either define the getVersionReturn element in the second n= amespace, or define the type in the first namespace. You also might try rem= oving the elementFormDefault attribute from the second schema, which would = put version in no namespace. Anne --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira