Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 43216 invoked from network); 1 Apr 2005 15:31:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Apr 2005 15:31:28 -0000 Received: (qmail 16140 invoked by uid 500); 1 Apr 2005 15:31:14 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 16123 invoked by uid 500); 1 Apr 2005 15:31:14 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 16109 invoked by uid 99); 1 Apr 2005 15:31:14 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of dinoch@microsoft.com designates 131.107.3.124 as permitted sender) Received: from mail2.microsoft.com (HELO mail2.microsoft.com) (131.107.3.124) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 01 Apr 2005 07:31:13 -0800 Received: from mailout2.microsoft.com ([157.54.1.120]) by mail2.microsoft.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 1 Apr 2005 07:31:15 -0800 Received: from RED-MSG-32.redmond.corp.microsoft.com ([157.54.47.232]) by mailout2.microsoft.com with Microsoft SMTPSVC(6.0.3790.1824); Fri, 1 Apr 2005 07:31:45 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: How to make .NET/AXIS Client add namespace to soap message elements Date: Fri, 1 Apr 2005 07:28:55 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to make .NET/AXIS Client add namespace to soap message elements Thread-Index: AcU2zIATXsZ0SDRMT1m5018ykwwUXAAAZNjQ From: "Dino Chiesa" To: , "Anne Thomas Manes" X-OriginalArrivalTime: 01 Apr 2005 15:31:45.0800 (UTC) FILETIME=[E9C41880:01C536CF] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N =20 Yes!=20 Example ... -----Original Message----- From: Anne Thomas Manes [mailto:atmanes@gmail.com]=20 Sent: Friday, April 01, 2005 10:09 AM To: axis-user@ws.apache.org; babloosony Subject: Re: How to make .NET/AXIS Client add namespace to soap message elements If you write the WSDL, then you control the message structure. Define the ORDER element in a separate schema with the targetNamespace that you desire. Anne On Apr 1, 2005 8:51 AM, babloosony wrote: > Hi All, >=20 > Say how can I below soap message from the client (can be .NET or AXIS) : >=20 > xmlns:soapenv=3D"http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" > xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance"> > > > > 999999999 > > > > =20 > Now, in the above soap message I want to have this namespace=20 > declaration "xmlns=3D"http://ws.as.com/schemas/ds" > like for ORDER element > >=20 > Is there any configuration that I can in any of the below to achieve this : > 1. .NET Framework 1.1 > 2. AXIS 1.2 RC2 > 3. in WSDL >=20 > Is there anything that I can configure in my WSDL before giving to=20 > client's so that they can always send namespace for the soap message=20 > elements. Please suggest. >=20 > Regards, > Kumar. >