I am trying to generate a proxy from a 3rd party wsdl and xsd files. I am calling svcutil like so:
svcutil *.wsdl *.xsd /language:C#
It returns this error: 'SchemaLocation' must successfully resolve if contains any child other than .
There is only one element in all the files, and it's schemaLocation attribute points to another file in the same directory. I tried fully qualifying the uri, but that did not help.
Ideas?