function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Praetorian65Praetorian65 

Retrieving external xml data

I have an asp page on a webserver that dynamically generates xml from a mysql database. The xml basically contains license information for which I have created a custom object in salesforce. How do I go about importing this data so the license information can be kept up to date automatically?


Message Edited by Praetorian65 on 12-18-2008 03:50 AM

Message Edited by Praetorian65 on 12-18-2008 03:50 AM
JimRaeJimRae
Look at the documentation for the Webservice API. You would probably be better served to modify your asp page to generate the license and directly insert it into the SFDC custom object.