show/hide this revision's text 3 added 1 characters in body; edited title

Why does .Net WSDL command line utility complain that it is unable to cast object of type 'System.Xml.XmlElement' to type 'System.Web.Services.Description.ServiceDescriptionFormatExtension'.error

I'm pointing the .Net commandline command line WSDL utility that ships with Visual Studio 2005 at a web service implemented in Java (which I have no control over) and it spits out the following error:

WSDL : error WSDL1: Unable to cast object of type 'System.Xml.XmlElement' 
to type 'System.Web.Services.Description.ServiceDescriptionFormatExtension'.

Yet if I point Visual Studio 2005 itself at the service via the Add Web Reference dialog it generates a proxy class for me just fine.

I'm using the WSDL utility to generate all my other service proxies just fine (though an old one does emit a bunch of warnings).

Currently I'm pointing the WSDL utility at the URLs of deployed web services. All of which were developed in Java.

I want to use the WSDL command line utility in the build process to ensure I have the most up-to-date proxy code each time I compile.

show/hide this revision's text 2 added 123 characters in body

I'm pointing the .Net commandline WSDL utility that ships with Visual Studio 2005 at a web service implemented in Java (which I have no control over) and it spits out the following error:

WSDL : error WSDL1: Unable to cast object of type 'System.Xml.XmlElement' 
to type 'System.Web.Services.Description.ServiceDescriptionFormatExtension'.

Yet if I point Visual Studio 2005 itself at the service via the Add Web Reference dialog it generates a proxy class for me just fine.

I'm using the WSDL utility to generate all my other service proxies just fine (though an old one does emit a bunch of warnings).

Currently I'm pointing the WSDL utility at the URLs of deployed web services. All of which were developed in Java.

I want to use the WSDL command line utility in the build process to ensure I have the most up-to-date proxy code each time I compile.

show/hide this revision's text 1

Why does .Net WSDL utility complain that it is unable to cast object of type 'System.Xml.XmlElement' to type 'System.Web.Services.Description.ServiceDescriptionFormatExtension'.

I'm pointing the .Net commandline WSDL utility that ships with Visual Studio 2005 at a web service implemented in Java (which I have no control over) and it spits out the following error:

WSDL : error WSDL1: Unable to cast object of type 'System.Xml.XmlElement' 
to type 'System.Web.Services.Description.ServiceDescriptionFormatExtension'.

Yet if I point Visual Studio 2005 itself at the service via the Add Web Reference dialog it generates a proxy class for me just fine.

I'm using the WSDL utility to generate all my other service proxies just fine (though an old one does emit a bunch of warnings).

I want to use the WSDL command line utility in the build process to ensure I have the most up-to-date proxy code each time I compile.