Petals BC SOAP

Consumes: send the DONE after the response has been returned to the SOAP client.

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 4.4.0
  • Fix Version/s: 4.4.1
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    Because SOAP expects simply a response to a request, and JBI expects to send a DONE acknowledgement after the response has been received, such a DONE is currently sent before the response is sent back to the SOAP client.

    We should send it after for two reasons:

    • if an error happens at that point, it won't pollute the SOAP client response
    • if an error happens returning the answer to the SOAP client (which has a very low chance to happen), an ERROR can be returned to the JBI provider.
    Show
    Because SOAP expects simply a response to a request, and JBI expects to send a DONE acknowledgement after the response has been received, such a DONE is currently sent before the response is sent back to the SOAP client. We should send it after for two reasons:
    • if an error happens at that point, it won't pollute the SOAP client response
    • if an error happens returning the answer to the SOAP client (which has a very low chance to happen), an ERROR can be returned to the JBI provider.
  • Environment:
    -

People

Dates

  • Created:
    Fri, 29 Jan 2016 - 13:42:03 +0100
    Updated:
    Fri, 29 Jan 2016 - 14:35:19 +0100
    Resolved:
    Fri, 29 Jan 2016 - 14:35:19 +0100