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

fireworks12
fireworks12
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
17

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by fireworks12
Customize the badges you want to showcase on your profile
Re: Referencing the version of the soap service in the WSDL call - Adobe LiveCycle 17-09-2010
Yup, tracking them 'outside' is SOAish. Specifically something like UDDI is designed to deal with that problem.THe only benefit that versioning of the processes provides, that I'm aware of, is between processes. Externally, I think the expectation is that the processes are strongly related to a business workflow/form.

Views

122

Likes

0

Replies

0
Re: Referencing the version of the soap service in the WSDL call - Adobe LiveCycle 17-09-2010
Good example. It's not really clear what the best practices are with respect to versioning the processes, and what possible usage scenarios are.Should we be following SOA practices (i.e. UDDI), or is maintaining multiple active versions not advised? Is the idea to create a new process if the workflow changes but the interface doesn't? That way your versioning the endpoints safely for legacy systems?I'd love to clear this up.

Views

120

Likes

0

Replies

0
Re: SQL Statement Info Editor - Adobe LiveCycle 17-09-2010
How about a shorter string?

Views

110

Likes

0

Replies

0
Re: Referencing the version of the soap service in the WSDL call - Adobe LiveCycle 17-09-2010
Hi,Just for clarity, are you asking how to run a specific version of the same process? It sounds like it. If so, while what Jasmin said is correct, keep in mind that a WSDL that is returned only represents the service interface (i.e. inputs and outputs). If your versions don't differ at the interface/endpoint the WSDL isn't going to help you with versioning.Basically, if you change the workflow/process but not the interface/endpoint the WSDL will look the same. To the best of my knowledge when y...

Views

120

Likes

0

Replies

0
Re: How to get Query Multiple to return standard XML - Adobe LiveCycle 16-09-2010
Hi,Okay that's what I thought. What I don't understand is why. The standard is pretty clear. What's the reasoning behind not returning nulls correctly represented?Also, do you have an XSLT example somewhere handy? Thanks!

Views

122

Likes

0

Replies

0
How to get Query Multiple to return standard XML - Adobe LiveCycle 15-09-2010
Hi,I'm looking for a way to get the Query Multipe to return the XML with the correct XML standard convention for nulls from the datastore.Query Multiple currently returns: 1111 Auto Fac Name 2 20100901 AFN <--blank in database. XML fine. null <--null in database but this is wrong for XML Should be: 1111 Auto Fac Name 2 20100901 AFN Any suggestions or explanations as to why this is the case?Thanks!

Views

700

Likes

0

Replies

2
Re: ES 2 and JDBC: Query with a multi set return - Adobe LiveCycle 17-06-2010
I'm looking for this functionality as well.While using scripting is a solution it's not exactly a viable long term solution. I'm sure the scripting option was intended to cover off potential one off situations that required a bit more programmatic control than the default toolbox supplied. We are going to have to create a custom script for every process because of the multi query limitation. We don't even have the option of a JDBC component that returns results from a stored procedure as LC does...

Views

136

Likes

0

Replies

0
Stored Procedure Usage in Adobe LiveCycle ES - Adobe LiveCycle 08-10-2009
We have a number of stored procedures in production that we would like to use with LC. I reviewed the JDBC types and I don't see any way to get LC to accept the results of a call to a stored procedure, the stored procedure service only has an output for the number of rows affected. In fact the only JDBC service I see that even handles results from a data base is the Multi Query XML one.Is it possible to use stored procedures that return actual results in LC and if so how?

Views

4.3K

Likes

0

Replies

9
Re: Change WSDL Definition Returned - Adobe LiveCycle 24-09-2009
What I'm after is whether or not you can alter or configure the way a service is 'created' in LC. LC is based on JBOSS, so there really isn't any LC specific services they are all JBOSS services that LC is configuring. It's that configuration that I'm interested in altering. When you create a process/service in LC it generates the artifacts for a contract last approach to the Web Service/WSDL. Meaning that JBOSS relies on the code created by LC to determine how and what the WSDL should be. JBOSS...

Views

182

Likes

0

Replies

0
Re: Change WSDL Definition Returned - Adobe LiveCycle 21-09-2009
Thanks for the info. Can you reference specific information on custom processes? I've gone over the custom components documentation but I still don't seem to be able to find anything for processes.Also, what do you think about building a JBOSS service and calling the LC API? Is there info on that?

Views

161

Likes

0

Replies

0