App Connect

 View Only
  • 1.  SOAP Request node ignoring SOAP fault message

    Posted Tue June 09, 2020 06:39 PM
    I have an App Connect project that has a SOAP Request node receiving a HTTP status 200 response with a SOAP Fault message from a 3rd party application.

    When a SOAP Request node receives 200 response with a SOAP Fault message, the message goes to SoapRequest Failure but without any SOAP fault message. I'm relying on the SOAP fault message sent from the 3rd party app. 

    Is there any workaround to retrieve SOAP fault message in this case?

    thanks,


    ------------------------------
    Michael Bae
    ------------------------------


  • 2.  RE: SOAP Request node ignoring SOAP fault message

    Posted Wed June 10, 2020 01:55 AM
    There is a known defect in FP6. Not sure which FP it is first fixed in but FP9 definitely has the fix. Also, note there is another defect in FP6 where the content-type is returned as SOAP 1.1 text/xml for SOAP 1.2 when it should be appiication/soap+xml. Again not sure which fix pack it's first fixed in but FP9 has it. Probably best to upgrade to FP9.   

    Marc Verhiel
    IBM Canada
    Cell:604 679 6486






  • 3.  RE: SOAP Request node ignoring SOAP fault message

    Posted Thu June 11, 2020 12:08 PM
    Hi Marc, 

    thanks for the info. I will test the upgrade

    ------------------------------
    Michael Bae
    ------------------------------



  • 4.  RE: SOAP Request node ignoring SOAP fault message

    Posted Wed June 10, 2020 07:51 AM
    In SOAP Request the fault response should be received on the Fault terminal, you have to do the followings:

    1- Make sure that your receiving a proper soap fault response from your third party WS
    2- Make sure that your fault terminal in SOAP request is connected, if it is not connected you will not be able to process the Fault message
    3- Try to call the WS  using SOAPUI or POSTMAN to simulate the FAULT message then make sure that the third party is sending the proper SOAP response.


    ------------------------------
    Waleed Abu Yahia
    ------------------------------



  • 5.  RE: SOAP Request node ignoring SOAP fault message

    Posted Thu June 11, 2020 12:10 PM
    Thanks Waleed,

    In the version I'm using, SOAP response with soap fault message but 200 goes to failure terminal.
    I'll try upgrade to FP9 per Marc's advice. 


    ------------------------------
    Michael Bae
    ------------------------------