Jay, I just checked directly from the CD-ROM using a SOAP navigation utility that shows all the requests working perfectly. Can you provide specific county ...
110
Lindsay Blanton
lindsay_blanton
Oct 1, 2008 11:22 pm
Ok folks, The latest ISO is deemed RC-1 - Release Candidate Version 1. It has a snapshot of the database from this afternoon, along with a few fixes,...
111
Jay
craazyc
Oct 2, 2008 12:15 am
Re: [rr_web_service] New CD-ROM ISO posted 9/24/2008Hi Lindsay, Yep, I have tried several Counties; California: - San Diego - Butte - Sacremento Colorado: -...
112
Lindsay Blanton
lindsay_blanton
Oct 2, 2008 1:41 am
Hmm.. Thanks Jay... That might shed some light on the problem. Let me have a peek into the gzip issue. -- Lindsay C. Blanton III President / Owner ...
113
Lindsay Blanton
lindsay_blanton
Oct 2, 2008 4:21 pm
Jay, Take a look at this post: http://tech.groups.yahoo.com/group/pocketsoap/message/4701 I¹ve verified that we aren¹t sending compressed output from the...
114
Jay
craazyc
Oct 3, 2008 1:36 am
Re: [rr_web_service] New CD-ROM ISO posted 9/24/2008Followup, It looks like the 1.5.4 release of pocketsoap, was compiled on May 2 2006 and the pocketHTTP...
115
Lindsay C. Blanton III
lindsay_blanton
Oct 3, 2008 1:39 am
Jay, what function are you getting this error in? Warm regards, Lindsay ... Jay, what function are you getting this error in? Warm regards, Lindsay On Oct 2,...
116
arcsoftware
Oct 7, 2008 9:56 am
Is it possible to add a flag to systems that are rebanded? In the new V3 Uniden firmware you need to program rebanded systems as a different system type and it...
117
Lindsay Blanton
lindsay_blanton
Oct 8, 2008 3:37 pm
Gommert, Let me look in to this as an option. It might be a good idea for us to track this. Warm regards, Lindsay -- Lindsay C. Blanton III President / Owner...
118
Lindsay Blanton
lindsay_blanton
Oct 8, 2008 4:25 pm
I am considering adding two flags that can be set for trunked systems: 1. Rebanded 2. Splinter Any comments on this? -- Lindsay C. Blanton III President /...
119
Mike Vander Veer
psredit
Oct 8, 2008 4:35 pm
Those flags would be nice to have. My code runs through a number of scenarios to try to detect which type of system it is, and does a decent job of doing so,...
120
Lindsay Blanton
lindsay_blanton
Oct 8, 2008 4:43 pm
Well, if I add it to the new SOAP web service, you could have you code check for the existence of the flags, and if they are not present in the response then...
121
Mike Vander Veer
psredit
Oct 8, 2008 4:45 pm
Yep.. It will be interesting to see what the software does when the spec changes. Mike...
122
Lindsay Blanton
lindsay_blanton
Oct 8, 2008 4:52 pm
I¹ll spin up my staging server for public access and let you guys see. ;-) -- Lindsay C. Blanton III President / Owner RadioReference.com LLC ...
123
Lindsay Blanton
lindsay_blanton
Oct 8, 2008 6:17 pm
More consideration on this. Should these flags be set systemwide or on each individual site? -- Lindsay C. Blanton III President / Owner RadioReference.com LLC...
124
Mike Vander Veer
psredit
Oct 8, 2008 7:05 pm
Good question... My suggestion would be both... If the systemwide flag is set, we assume that all sites are the same type. If it's not set, then we can look...
125
nocreativety
Dec 9, 2008 3:20 am
Hello Lindsay, I am wondering how long support for the current 1.1 specification will be available before the service is taken offline and replaced by 3.0? ...
126
Lindsay Blanton
lindsay_blanton
Dec 9, 2008 1:09 pm
I¹m thinking that we¹re going to target March 30th, 2009 as the end of life date. I¹ll get out a formal announcement shortly. -- Lindsay C. Blanton III ...
127
Lindsay Blanton
lindsay_blanton
Dec 22, 2008 3:40 pm
Folks, The existing REST based RadioReference.com web service (XML 1.1) will be formally deprecated on April 1st, 2009. The script will be removed from ...
128
Bob Aune
bob_proscan
Dec 29, 2008 1:43 am
I'm having a heck of a time getting "getTrsSites" to work. Most sid's I tried don't seem to work except 1. TrsSite array = getTrsSites(361, AuthInfo) The...
129
Mike Vander Veer
psredit
Dec 29, 2008 1:57 am
It's working well for me. What compiler are you using? Mike...
130
Bob Aune
bob_proscan
Dec 29, 2008 2:06 am
Hi Mike I'm using Visual Studio. All the other functions that I used so far work fine. I'll try more things to narrow down the problem. Bob ... XML ... ...
131
Jay
craazyc
Dec 29, 2008 4:12 am
Visual Studio 6,7? Basic or C++? and what client do you use for SOAP? Jay ... From: "Bob Aune"...
132
Bob Aune
bob_proscan
Dec 29, 2008 4:53 am
Visual Basic 2005 .net 2.0 framework. I'm getting an error on the "ReadResponse" function in System.Web.Services.Protocols.SoapHttpClientProtocol. I don't have...
133
Jay
craazyc
Dec 29, 2008 5:50 am
The problem is probably that you are expecting (lat, lon and range) to have a return value, when most of the time they don't. I ran into that problem too,...
134
Bob Aune
bob_proscan
Jan 8, 2009 2:51 am
Lindsay, On the function "fccGetProxCallsignsRequest", is "unit" km or miles? What format does the function exspect? What about "range" is that miles or km? Is...
135
Lindsay Blanton
lindsay_blanton
Jan 8, 2009 2:44 pm
Hi Bob, You can specify what unit you wish to use during the search using the ³unit² parameter. Per the WSDL: <operation name="fccGetProxCallsigns"> ...
136
Lindsay Blanton
lindsay_blanton
Jan 8, 2009 2:46 pm
Bob, also, there is no function available to search just by frequency only. The database is very large and as such we¹ll need any frequency searches to be...
137
Bob Aune
bob_proscan
Jan 9, 2009 6:18 am
OK Thanks, I should of read that. ... the ³unit² ... Centerpoint is ... unit ... keep ... interface ... only...
138
Bob Aune
bob_proscan
Jan 15, 2009 4:27 am
Hi Lindsay, Is the ISO still available? I'll like to implement the CD-ROM in to my program. Thanks, Bob Aune ... fixes on...