Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 41815 invoked by uid 500); 14 Aug 2003 01:46:28 -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 41789 invoked from network); 14 Aug 2003 01:46:28 -0000 Date: Wed, 13 Aug 2003 21:45:37 -0400 Message-Id: <200308132145.AA183369966@cobia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "chaddad" Reply-To: To: Subject: Re: Undefined namespace in WSDL file generated by Axis X-Mailer: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Harry - What type are the userColl and projectColl fields? /Chris ---------- Original Message ---------------------------------- From: Harry_Wen@newyorklife.com Reply-To: axis-user@ws.apache.org Date: Wed, 13 Aug 2003 16:38:43 -0700 >Hi, > My web service is in Axis 1.1 and the C# client is using MS WSE 1.0. > > I can not add the web reference to my Web service in the C# project >because one of the name space, tns2, is not defined in the WSDL file. >Following is a copy of the WSDL file that Axis generated using the " >http://rnv-hwen-bgtx:8088/axis/services/WebServiceController?wsdl" method >and a copy of my deploy.wsdd file. Am I doing something wrong ? Thanks for >your help. > >WSDL >==================================================================================================================================== > >="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap >="http://xml.apache.org/xml-soap" xmlns:impl="http://testservice/" >xmlns:intf="http://testservice/" xmlns:soapenc >="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1 >="WebServiceController" xmlns:tns3="http://www.w3.org/2000/10/XMLSchema" >xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap >="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd >="http://www.w3.org/2001/XMLSchema"> > > ="http://www.w3.org/2001/XMLSchema"> > > > > ="xsd:long"/> > ="xsd:string"/> > ="xsd:string"/> > > > > > ="xsd:long"/> > ="xsd:anyType"/> > ="xsd:string"/> > > > > > ="xsd:long"/> > ="xsd:string"/> > ="tns2:Set"/> > > > > > ="xsd:string"/> > ="xsd:string"/> > ="xsd:long"/> > ="xsd:string"/> > ="xsd:string"/> > ="tns2:Set"/> > ="tns1:Role"/> > ="xsd:string"/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ="impl:WebServiceController"> > ="http://schemas.xmlsoap.org/soap/http"/> > > > > ="http://schemas.xmlsoap.org/soap/encoding/" namespace >="http://testservice/" use="encoded"/> > > > ="http://schemas.xmlsoap.org/soap/encoding/" namespace >="http://testservice/" use="encoded"/> > > > > > > ="http://schemas.xmlsoap.org/soap/encoding/" namespace >="http://testservice/" use="encoded"/> > > > ="http://schemas.xmlsoap.org/soap/encoding/" namespace >="http://testservice/" use="encoded"/> > > > > > ="WebServiceController"> > ="http://localhost:8080/axis/services/WebServiceController"/> > > > >==================================================================================================================================== > >deploy.wsdd >==================================================================================================================================== > xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" > xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" > xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" > xmlns:ns1="WebServiceController" > > > > > ="com.nyl.rnv.rwb.wfc.WebServiceController"/> > > > http://testservice/ > > ="ns1:User" > > > > > > > ="java:com.nyl.rnv.rwb.admin.Role"/> > ="java:com.nyl.rnv.rwb.admin.Privilege"/> > ="java:com.nyl.rnv.rwb.admin.User"/> > ="java:com.nyl.rnv.rwb.admin.Project"/> > ="java:com.nyl.rnv.rwb.admin.Administrator"/> > > > >==================================================================================================================================== > > >Harry Wen > > >