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
Hal9000Hal9000 

Adobe Live Cycle Designer / Salesforce WSDL integration help needed

Hi,
 
I'm working on integrating Adobe Live Cycle Designer with the Salesforce WSDL to create interactive pdf forms that work with Salesforce data.  So far, I have succeeded with the login operation -- the form receives a Salesforce session ID.
 
I want to work with more useful operations such as query, update, upsert, etc.  However, I cannot get any of these operations to work -- I get no error message and no results from them.  I suspect I need to somehow send the session ID received from the login command back with the other commands, but these operations do not include any elements for sending the session ID.  Any ideas on how I might be able to get this to work?
 
Thank you.
 
 
Hal9000Hal9000
I think the problem is that after logging into salesforce from an Adobe form, the session ID that is returned needs to be saved somewhere and somehow bundled with subsequent requests.
Muzammil BajariaMuzammil Bajaria
Hi, 

I want to integrate Adobe liveCycle with salesforce. Can anyone guide me?

Thanks,
Muzammil Bajaria
user23232323user23232323
Anyone figure this out?