Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

vozeldr
vozeldr
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
8

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vozeldr
Customize the badges you want to showcase on your profile
Re: Programatically set wsdlConnection soapAddress - Adobe LiveCycle 01-03-2012
Thank you very much. I wasn't sure at first but it seems to work great and even fires the postExecute events (wired up directly in the XML source of the XDP) and retains all bindings.

Views

240

Likes

0

Replies

0
Programatically set wsdlConnection soapAddress - Adobe LiveCycle 28-02-2012
I want to dynamically change the server that my web service connections point to in my LiveCycle forms but when I do xfa.connectionSet.MyConnection.soapAddress.value = myUrl it is ignored. How can I set the soapAddress dynamically at runtime?

Views

1.3K

Likes

0

Replies

3
Re: Cross Environment Deployment - Adobe LiveCycle 20-12-2011
I was thinking more along the lines of being able to access some property in the XFA API that would tell me what server was hosting the form... something along the lines of xfa.server.name and xfa.server.address would have been nice. I'm hoping there's a way that just isn't that straight forward.

Views

272

Likes

0

Replies

0
Re: Cross Environment Deployment - Adobe LiveCycle 20-12-2011
Are you suggesting to somehow create a new action profile that would do something in the prepare data process? It doesn't appear to me that by dropping an Execute Script action on the process there is a way that I can create a route from there to the Workspace Start Point (the forms are hosted in LiveCycle Workspace). If I go in to create a new action profile and then create a new prepare data process, there are 2 process variables defined (xmlPrepareData, taskContext) but they do not appear wit...

Views

270

Likes

0

Replies

0
Re: Cross Environment Deployment - Adobe LiveCycle 20-12-2011
Thank you very much for taking the time to reply.I'm not sure that your solution would work since the submission of the form is the start point of the process and I definitely need to know the server as soon as the form is opened. I don't think I'd be able to put a script action and set value (to set the form field) before the start point, would I?

Views

260

Likes

0

Replies

0
Re: Cross Environment Deployment - Adobe LiveCycle 19-12-2011
As a side question, our forms generally use about 5-10 calls to different operations on a single web service. They are implemented in LiveCycle Designer as different connections for each operation, even though they are on the same web service. Is that appropriate or how something changed that would allow them to be a single connection with multiple operations, each operation still having binding capabilities to form fields for request and response capabilities? It looks like the model for the co...

Views

263

Likes

0

Replies

0
Cross Environment Deployment - Adobe LiveCycle 19-12-2011
Enterprise Cafe seems to have eaten my original post twice, but if it does show up sorry for the duplicate.Before I go into detail and background, my primary question is: From an XDP form hosted in LiveCycle (rendered as PDF) how can I determine what LiveCycle server is hosting the form?In April we migrated from LiveCycle 7.2.2 to LiveCycle ES 2.5. With LiveCycle 7.2.2 we would deploy our "applications" by exporting the individual processes and storing them in source control along with the schem...

Views

2.3K

Likes

0

Replies

8
Save Form Data on Behalf of User - Adobe LiveCycle 03-02-2011
We have a legacy process (from LiveCycle 7.2.2) that we are attempting to migrate into LiveCycle ES2. The process makes Web Service calls throughout the workflow to a .NET web service that then directly access the Oracle database to pull in the data from the form, do some complex business logic (and persistent data retention operations) and stuff the changed form data back into the database so that when it gets to the next user, they see the updated data. We accomplished this by simply accessing...

Views

983

Likes

0

Replies

0