Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread chaddad
Harry - What type are the userColl and projectColl fields? /Chris -- Original Message -- From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] 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 WS

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Harry_Wen
t> cc: Subject: Re: Undefined namespace in WSDL file generated by Axis

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread chaddad
> > t> cc: > > Subject: Re: Undefined namespace in > W

Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Harry_Wen
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:/

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Harry_Wen
cc: Subject: Re: Undefined namespace in WSDL file generated by Axis

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Harry_Wen
cc: 08/13/2003 06:34 Subject: Re: Undefined namespace in WSDL file generated by Axis

Re: Undefined namespace in WSDL file generated by Axis

2003-08-14 Thread Anne Thomas Manes
Not only does it not define the ns2: namespace, it also doesn't define the ns2:Set type (the type of the projectColl and userColl elements). My guess is that you will need to edit the WSDL file and define this type. I suggest that you define in the existing definition, and change the namespace