Hi Lindsay, I want to implement the rebanded and splinter flags but can't seem to find where ther located. I thought I saw them yesterday in the getTrsSites...
369
Lindsay C. Blanton III
lindsay_blanton
Oct 7, 2009 9:04 pm
Bob, splinter and rebanded attributes are on the getTrsSites method. Make sure you are querying the latest versions of the Web service (including the WSDL) ...
370
Bob Aune
bob_proscan
Oct 8, 2009 1:07 am
I don't see where they appear in http://api.radioreference.com/soap2/index.php?wsdl However I do see the flags in the data stream and can use them. Bob Aune ...
371
Lindsay C. Blanton III
lindsay_blanton
Oct 8, 2009 1:12 am
Bob, you are calling the base WSDL... you need to call: http://api.radioreference.com/soap2/index.php?wsdl&v=latest (v=latest or the version you need) -- ...
372
Bob Aune
bob_proscan
Oct 8, 2009 1:20 am
Ok thanks. I see them now. Bob Aune ... From: Lindsay C. Blanton III To: rr_web_service@yahoogroups.com Sent: Wednesday, October 07, 2009 6:12 PM Subject: Re:...
373
big_chowhead
Oct 10, 2009 2:43 pm
I just started using the newest web service (v=latest). What web method do I use to retrieve the list of States? I started with getCountryList(), and thought...
374
David Brown
bit.head
Oct 10, 2009 5:34 pm
GetCountryInfo will return a list of states....
375
big_chowhead
Oct 11, 2009 12:14 am
Got it working - thanks. I see the pattern now....
376
David Brown
bit.head
Oct 11, 2009 5:40 pm
There is a logic to it. Glad I could help. It helps to look at what each call returns, even if you don't think it applies. I've found a lot of helpful stuff...
377
loftusoft
Oct 28, 2009 1:21 am
Sorry for such a doozy of a first post, but here goes ... Anyone else here use SUDS? If so, any idea why I get a SAX Parse Exception? Thanks in advance. Mike ...
378
Bob Aune
bob_proscan
Oct 28, 2009 2:44 am
I haven't used SUDS but have you tried googiling? SAXParseException: mismatched tag https://fedorahosted.org/suds/ticket/256 My get a faster answer this way. ...
379
loftusoft
Nov 1, 2009 2:55 am
Looking for pointers on how this works, preferably an example. I don't know anything about SOAP, WSDL, etc. I've added a web reference to my C# project and I...
380
loftusoft
Nov 1, 2009 3:27 am
Python 2.6 and SUDS 0.3.7 works with other services, but not RR, hence my question. But I have given up on Python for the time-being (in this capacity) since...
381
loftusoft
Nov 1, 2009 4:20 am
So we need to instantiate RRWsdl. For the benefit of other n00bs: Setup: 1. Created C# Windows Application Solution. 2. Added a Web Reference to the project...
382
Jay
craazyc
Nov 1, 2009 4:28 am
Hi Mike, Have you looked at this page yet? http://wiki.radioreference.com/index.php/RadioReference.com_Web_Service3.1 There are some Developer Tutorials and...
383
loftusoft
Nov 1, 2009 5:39 am
Hi Jay. Thanks for replying. Yes - I started on that page and have returned there many times hoping something would jump out at me. :) Unfortunately, the links...
384
Lindsay C. Blanton III
lindsay_blanton
Nov 5, 2009 5:21 pm
Folks, SOAP2 version 6 has been released today. It includes the following enhancements and fixes: 1) Fixed typo in trunked system band plan definitions - (...
385
Jay
craazyc
Nov 7, 2009 7:53 am
Hey All, I'm testing this on SystemID 891D, L.A. ICIS and getting different results between getTrsSites and getTrsDetails. In getTrsDetails, I see 6 different...
386
Lindsay C. Blanton III
lindsay_blanton
Nov 7, 2009 1:37 pm
That was a bug.. give it a shot now....I think I've fixed that issue. -- Lindsay C. Blanton III President / Owner RadioReference.com<http://RadioReference.com>...
387
Jay
craazyc
Nov 8, 2009 3:45 am
Ok, now the first site of SystemID 891D, has a bandplan and the rest of the sites bandplan are nil... What I meant before is that from the 6 different tables...
388
Lindsay C. Blanton III
lindsay_blanton
Nov 8, 2009 1:59 pm
Jay, If the admins haven't assigned any tables to the site then this is the behavior you will see. Warm regards, -- Lindsay C. Blanton III President / Owner ...
389
Jay
craazyc
Nov 8, 2009 8:03 pm
Hey Lindsay, Ok, before all sites had: base 470.0125, spacing 12.5, offset 380 base 482.000, spacing 12.5, offset 500 Which may not have been a bug after all,...
390
Lindsay C. Blanton III
lindsay_blanton
Nov 8, 2009 9:00 pm
That is correct jay... thanks! Jay <crazycalifornian@...> wrote: Hey Lindsay, Ok, before all sites had: base 470.0125, spacing 12.5, offset 380 base...
391
Jay
craazyc
Nov 11, 2009 2:40 am
Hey Mike, It's really up to you to learn WSDL and SOAP and apply it in the language of your choice... If Lindsay wrote examples in all the variances of VB, C#,...
392
nocreativety
Nov 13, 2009 8:49 pm
I know I am bringing up a very old post right now. I have been using Bob's work around for some time now. However, recently I upgraded to the WSDL for version...
393
Lindsay C. Blanton III
lindsay_blanton
Nov 13, 2009 9:01 pm
We haven't been able to add the fictitious data yet - but it is on the list... it's been crazy busy lately. On the null int/dec values - I'm not exactly sure...
394
nocreativety
Nov 15, 2009 1:32 pm
I'm thinking of developing something that will filter the download according to the function tag in that channel. This would be helpful when downloading...
395
Lindsay C. Blanton III
lindsay_blanton
Nov 15, 2009 1:36 pm
When in doubt, check the WSDL :) There is a method called "getTag" which.... "Return details on a single tag. If no tag ID is specified returns all frequency...
396
loftusoft
Nov 15, 2009 2:45 pm
Hi Jay. Well now you've piqued my curiosity. What more can I do by knowing about the details of SOAP, i.e. envelopes, headers and bodies? With the basic setup...