cancel
Showing results for 
Search instead for 
Did you mean: 

Exception Sub-Process is not giving correct output

former_member305454
Participant
0 Kudos

Not getting correct output through exception Sub-process in Soap sender.

What i am writing in Content Modifier not getting at Sender side just it passing HCI error message to Sender.

I just want to send some hard coded value .

Is there any way?

Accepted Solutions (0)

Answers (2)

Answers (2)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Aditya,

You have to connect your response back to sender system with fault message if you want to customize the error.

By default whatever the error occurred or seen in MPL[ ${exception.message} will be sent back to Sender system if you connect your response back to Sender System.

When it comes to customization have the exception subprocess and create fault message with your custom error and conect error end back to sender system then you will be able to get that particular message in sender system ( may be you can test with SOAP UI )

Regards,

Sriprasad Shivaram Bhat

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Aditya,

Could you elaborate more on your scenario about Sender SOAP Channel Configuration and what you are trying to send back to SOAP Sender.

Regards,

Sriprasad Shivaram Bhat

former_member305454
Participant
0 Kudos

Hi Sriprasad ,

It's Synchronous interface(Soap to SF) if any exception occur in HCI side, I just want to catch it and send to the sender some hard coded value like: Exception has been occurred.

Not able to achieve this through exception Sub-process.

Regards,

Aditya