contacting the api can be done with http callout from Apex, aka SOA feature. you would construct the formated xml atoms and send them, you will have to authenticate, if this api uses AuthSub, then i can contribute some Apex code that may help.
Then there is parsing the response, this is a bit of work, and finaly integrating the data with your database is another sizable bit of work.
Note, there is a salesforce app for this, so i didn't build any examples for this API
If you are looking for Apex Code GData samples, i can publish some of these in the next week or two, just cleaning these up now.
you would construct the formated xml atoms and send them, you will have to authenticate, if this api uses AuthSub, then i can contribute some Apex code that may help.
Then there is parsing the response, this is a bit of work, and finaly integrating the data with your database is another sizable bit of work.
Note, there is a salesforce app for this, so i didn't build any examples for this API
If you are looking for Apex Code GData samples, i can publish some of these in the next week or two, just cleaning these up now.
Thanks!
Kyle.
Hi Ron,
Have you published any blogs?
If yes could you please provide the link.
Regards,
SIva Ragula.