At PSDN Live, I attended a presentation John Sadd put on for making WebServices calls from the OE client, and was impressed by how simple the process was.
So, I'm looking for some demo code which'll let me play with this - is there a place on PSDN where I can find some sample code? I've found some PPT's and such, but not the code itself.
Found it!
http://www.psdn.com/library/entry!default.jspa?categoryID=1870&externalID=468
This program references a "key.i", which isn't included in the zip file.
I've commented it out, and the program seems to run, although I'm getting other complaints. Could someone at Progress provide this file? Or an updated version of this code that'll work with Google's current API's?
UPDATE: This code doesn't seem to work with Google's APIs any more - I'm getting error messages back.
so, I'm looking for the updated version of this code now.
I've updated the API's from http://api.google.com/GoogleSearch.wsdl, and I'm getting errors about invalid keys....
Invalid keys appear to have to do with needing a key from Google, which they don't seem to be issuing any more.
and so the quest continues....
Try this
[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/23/client_5F00_doGoogleSearch.p:550:0]
Looks good, particularly since it includes a google key.
I tried this at the client site, but it didn't get to google, so I'll have to give it a run when I get back to my office.
Thanks!
If you are behind of a proxy server to access Internet, you can try
using startup parametres like:
prowin32 -proxyhost -proxyport -proxyUserid -proxyPassword
Cool - that worked like a charm!
Thanks!
this is another example from google: SpellingSuggestion
[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/23/client_5F00_doSpellingSuggestion.p:550:0]