I'm trying to write a simple app in Visual Basic Express that accesses the RR web service. The problem is when I try to connect to the RR web service I get the following error.
********************
The document at the url
http://www.radioreference.com/apps/xml1.1/?sid=366 was not recognized as a known document type.
The error message from each known type may help you fix the problem:
- Report from 'DISCO Document' is 'Discovery document at the URL
http://www.radioreference.com/apps/xml1.1/?sid=366 could not be found.'.
- The document format is not recognized.
- Report from 'WSDL Document' is 'There is an error in XML document (18, 2).'.
- <trs xmlns=''> was not expected.
- Report from 'XML Schema' is 'The root element of a W3C XML Schema should be <schema> and its namespace should be 'http://www.w3.org/2001/XMLSchema'.'.
********************
Any idea of what I might be missing? I'm new to XML, but shouldn't the XML data be enclosed between the tags and not inside the tag? Here is a screen shot of where I'm getting the error in
VB.NET express.
Stupidfaktid