Forum Discussion

jhanzeb1's avatar
jhanzeb1
Frequent Contributor
7 years ago

Re: Replying with multiple responses to a single SOAP request

Hi Zoran,

 

Did you find out a way of doing this? I am looking to do the same using ServiceV in ReadyAPI

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Community Hero

    Hi,

     

    This is not possible as HTTP is one-to-one protocol, i.e. one request must be followed by only one response.

    While RFC 2616 mentiones http status 100 (continue), the same paper clarifies that clients must be prepared to receive status 100 and handle it appropriately (which means either sending subsequent requests or some other processing on the client).