Hello,
I am trying to generate .NET classes based on the downloaded XML from a fantasy football query.
Basically, I have succesfully completed a query for my league settings and returned it in XML. I then saved that xml locally and generated an xsd file from it. When I try to generate classes from it, I get an error stating "uri attribute is missing."
I believe this issue is because the generator is attempting to access the namespace references from the XML file:
http://fantasysports.yahooapis.com/fantasy/v2/base.rng When I try to browse to this url, I get an error because I have not authenticated through OAuth. Why would I have to authenticate just to browse an xml namespace like this? Could this be contributing to my problem?