You need to sign in to do that
Don't have an account?
Pink Taco
Apex code to convert object record to xml using web services in salesforce.
Is any code available or procedure in Apex code to convert object records into xml file which can be send to external server using web services in salesforce.
Awaiting some suggestions.
Regards
Pink Taco
Objects are always stored as xml. You can use Metadata API to retrieve them from external application.