Forum Discussion

sadika's avatar
sadika
Contributor
14 years ago

How to send request having First methods response in AMF

Hi All,

I am working in SOAP UI, handling AMF request can any one please elaborate how could I send a request having first response.

My Scenario is as below.

1. Send request for Login method.
2. did some changes in login method response and send (Request) for next method.

Please respond me ASAP.

Thanks,
Sadik Ali.

1 Reply

  • My problem has been solved using groovy.

    Using groovy scripts I get first request's response body and pass it in next request as parameter.

    Thanks