We have created a custom integration wsdl and are able to receive the fields thr

We have created a custom integration wsdl and are able to receive the fields through the wsdl when the call is successful. But, if there is an error Appian does not receive the Fault Contract error successfully causing the process to fail and stop. Setting up the Call Web Service Appian can see the Fault Contract but no the individual fields of the contract as it does with the response. I am able to run the wsdl in SOAP UI and receive the Fault Contract back successfully. Is there a configuration in Appian I might need to change to receive back a Fault Contract in the integration. I have attached the wsdl for review....

Integration_wsdl.txt

OriginalPostID-94069

OriginalPostID-94069

  Discussion posts and replies are publicly visible

  • To troubleshoot this type of issues you can increase the logging level by adding these two lines at any location (e.g. line 21) in the following file:

    <APPIAN_HOME>\\runtime_ear\\suite.ear\\resources\\appian_log4j.properties.


    log4j.logger.com.appiancorp.type.xmlconversion=DEBUG
    log4j.logger.com.appiancorp.suiteapi.common.TypeConverter=DEBUG
    log4j.logger.com.appiancorp.core.data.converter=DEBUG

    Once this change is in place wait 5 mns, reproduce the issue and analzye <JBOSS_HOME>\\standalone\\log\\server.log.