Using the RR Web Service

Status
Not open for further replies.

Stupidfatkid

Member
Joined
Apr 26, 2004
Messages
174
Reaction score
72
Location
Kansas
Using the RR XML Web Service?

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
 

Attachments

  • vbscreenshoot.jpg
    vbscreenshoot.jpg
    53.2 KB · Views: 268
Last edited:

loumaag

Silent Key - Aug 2014
Joined
Oct 20, 2002
Messages
12,935
Reaction score
11
Location
Katy, TX
I am not sure where the problem lies, but the xml output from the web service is correct. Just click the link you supplied (in your web browser) supply your userid/password and you will see that your web browser reads it fine.

In addition your line "- <trs xmlns=''> was not expected." seem to indicate that the statement appears in the XML output, this is not the case.
 

tommy1855

Member
Joined
Mar 22, 2007
Messages
9
Reaction score
0
If I'm a premium subscriber, can I use the xml feed into WIN97 software for my PRO 97 and it would save me from inputing all the frequencies?
 

loumaag

Silent Key - Aug 2014
Joined
Oct 20, 2002
Messages
12,935
Reaction score
11
Location
Katy, TX
tommy1855 said:
If I'm a premium subscriber, can I use the xml feed into WIN97 software for my PRO 97 and it would save me from inputing all the frequencies?
Win97 already has that functionality, see your help files.
 

eorange

♦RF Enabled Member♦
Joined
Aug 20, 2003
Messages
3,083
Reaction score
808
Location
Cleveland, OH
Stupidfatkid said:
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 Visual Studio web service wizard requires that web services support WSDL. Unfortunately, the RR.com web service doesn't support WSDL, so it cannot describe itself to the VS wizard.
 

Stupidfatkid

Member
Joined
Apr 26, 2004
Messages
174
Reaction score
72
Location
Kansas
eorange said:
The Visual Studio web service wizard requires that web services support WSDL. Unfortunately, the RR.com web service doesn't support WSDL, so it cannot describe itself to the VS wizard.

You're exactly right. After doing some research on it I discovered the same thing.
 
Status
Not open for further replies.
Top