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

SirTree
SirTree
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by SirTree
Customize the badges you want to showcase on your profile
Re: Calling Web Service from Flex (to PeopleSoft) - Adobe LiveCycle 05-03-2009
Chris, Thanks. That is what I *was* doing, that got me all datareturned. The parameter never gets passed in the XML. It acts as ifa blank was passed and returns everything (just as you would expectin the PeopleSoft search page when you just click Find withoutspecifying a key). It is expecting a partial key and will returnall keys that match (find method). PS expects the key DL_CS_COMPID, and in Flex I've seenFind__CompIntfc__DL_TREE_IB_CI also. So I've tried: --> {compID.text} --> (You can see I cu...

Views

184

Likes

0

Replies

0
Calling Web Service from Flex (to PeopleSoft) - Adobe LiveCycle 05-03-2009
I'm new to Flex and web services. I've created a web servicein PeopleSoft and successfully imported the WSDL into Flex so thatit has contacted the PS server and returned data (usingmx:WebService and mx:Operation code I found examples of). However,I have been unable to pass a parameter to the service from Flexusing that code. I then discovered and followed the sample code inthe Flex-generated package, but no matter what I do I cannotsuccessfully supply the "myValue" in the sample shown below. Her...

Views

1.4K

Likes

0

Replies

2