cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fault message using receiver HTTP_AAE adapter

Dimitri
Active Contributor
0 Kudos

Hi,

We have a synchronous web service scenario using an HTTP POST on the receiver side.

Beside the request and response structures, I also defined a Fault structure in both outbound and inbound Service Interface.

When testing, it seems like the Fault response is just not being picked up. How can we enable the scenario to reflect to the Fault message and not the response?

This is how the Fault looks like in the HTTP trace

Thanks a lot.
Dimitri

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member643919
Participant
0 Kudos

Hi Dimitri Sannen,

I am facing exactly the same issue as you. Due to authentication requirements, I have to implement using HTTP_AAE adapter.

But I'm not having success in getting the soapfault message. Instead of the message, I'm receiving the HTTP500 status code.

Did you solve this? If yes, could you say me how?

Regards.

former_member190293
Active Contributor
0 Kudos

Hi Dimitri!

Wouldn't you please explain why you don't use SOAP adapter for web service call?

There is a workaround to process SOAP fault message for SOAP adapter, but I'm not sure if it could be implemented for HTTP_AAE.

Regards, Evgeniy.

Dimitri
Active Contributor
0 Kudos

Hi Evgeniy,

The requirement is to do an HTTP POST. I initially tried with a receiver SOAP adapter, but no success.

Kind regards,
Dimitri

former_member190293
Active Contributor

Hi Dimitri!

This looks a bit strange to me since you've got SOAP Fault as result message. SOAP adapter also uses HTTP as transport protocol with POST method.

Maybe you could take a look at REST adapter which has error handling possibilities.

Regards, Evgeniy.