Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 69529 invoked by uid 500); 1 May 2003 20:30:01 -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 69518 invoked from network); 1 May 2003 20:30:01 -0000 Message-ID: <3EB183CE.BE221970@bah.com> Date: Thu, 01 May 2003 16:30:06 -0400 From: "Hainer Neil" Organization: Booz Allen Hamilton X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Visual Studio .NET WSDL Question Content-Type: multipart/mixed; boundary="------------02C444276DA1BA0E190FE074" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------02C444276DA1BA0E190FE074 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Can I do the following: I have a web service deployed under AXIS. I have save it's WSDL to a .wsdl file. I want to use the Visual Studio .NET's wsdl command to generate a Proxy, so I create a client (to access the web service) in C#. When I run the following command: wsdl MyWebService.wsdl I get the following error: Error: Error when reading file 'MyWebservice.wsdl'. - There is an error in XML document (0, 0). - The XML declaration is unexpected. Line 1, position 5. The first couple of lines of the .wsdl file are: -