Forum Discussion
3 Replies
- JakeNew ContributorThanks for the link, but I could not find an answer in the information provided. Perhaps I should give additional info. The request sends NEXT as the AuthID. NEXT indicates to Peoplesoft app that it must compute the next avaliable AuthID, Peoplesoft replaces NEXT with a valid AuthID e.g. 0000001034. The value that is calculated in this case 0000001034 needs to be returned in the soapui response. Is this possible?
- Hello,
Idea is to use properties with property transfer. Create a property step before calling request. For you case let create property authID, set it to initial value NEXT. In your request use property expansion to get value from property authID. Than use property transfer step, after calling request, to pick data you need and store it in authID again. Than you can send request again. Check help page I send you. There are explained those concepts.
Let me know if this helps you...
robert