Forum Discussion

Jake's avatar
Jake
New Contributor
17 years ago

Add new data through peoplesoft component interface via soapui

Upon adding a new travel auth via soap request, a new TRAVEL_AUTH_ID is generated.
How do you send the new TRAVEL_AUTH_ID back in the response to the request message?

3 Replies

  • Jake's avatar
    Jake
    New Contributor
    Thanks 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