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...