Problems with WSDL

2004-03-15 Thread Vivek Nagulapati
Hello Guys, I am having problems when creating proxy classes in Visual Studio .NET to a web service created in Axis. I am getting the following error: The type attribute must be set to a valid type name Though I was able to create proxy classes few days back for the same Web service, somehow I

Re: problems with wsdl understanding

2004-02-05 Thread Robert Koberg
Anne Thomas Manes wrote: I'm not sure that I understand your error, but I did notice that you haven't defined a type for the "lang", "name", and "path" element definitions. Yes. They should be xs:string. When using Document style services (which you are), you must reference an element definiti

Re: problems with wsdl understanding

2004-02-05 Thread Anne Thomas Manes
I'm not sure that I understand your error, but I did notice that you haven't defined a type for the "lang", "name", and "path" element definitions. When using Document style services (which you are), you must reference an element definition in the definition (which you did). When using RPC sty

Re: problems with wsdl understanding

2004-02-03 Thread Robert Koberg
Feng Yuan wrote: Hi Robert, I met the same problem several times. I do not really remember how to solve it now. But you may try the webapps\axis\WEB-INF\server-config.wsdd to check if you can find something useful there. Thanks. I have pasted the relevent portion of the server-config.wsdd below.

Re: problems with wsdl understanding

2004-02-03 Thread Feng Yuan
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: 2004?2?4? 7:55 Subject: problems with wsdl understanding > Hi, [apologies for the length] > > I have read through the docs and spec but I am still unclear on a few > things. The samples all work and all is well. > > I have created a ws

problems with wsdl understanding

2004-02-03 Thread Robert Koberg
Hi, [apologies for the length] I have read through the docs and spec but I am still unclear on a few things. The samples all work and all is well. I have created a wsdl file and use the ant task to generate java files, then compile and deploy -- everything works so far. I must be building the