cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Fault Payload in BPM

Former Member
0 Kudos

Hi Experts,

I am struggling to access the SOAP Fault payload inside a BPM step. It does not seem like the container variable that I created to capture the Fault message payload is being populated. Please can you tell me how to achieve this?

Thanks and regards,

Brendon

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

define a abstract interface which uses SOAP fault message. Then in BPM define a container variable for this and hadle it accordingly.

Former Member
0 Kudos

Hi Praveen,

I have defined an abstract interface and used this inside a container but the container is not being filled the the payload data. All other container variables, for example the soap response are being populated. But not the fault message container. Do you perhaps no how to populate the fault message container?

Thanks

former_member181985
Active Contributor
0 Kudos

sorry, I just realize that SOAP adapter doesnt support fault messages.

check stephan's reply @

Former Member
0 Kudos

Thanks Praveen, Do you perhaps know if there is a patch or an OSS note that one can implement to solve this or will the SOAP adapter support this in 7.1 or later?

Thank you.