cancel
Showing results for 
Search instead for 
Did you mean: 

soap sender query

former_member183906
Active Contributor
0 Kudos

i am using pi 731 single stack

scenario is soap sender. in soap sender channel i have used "keep headers" checked. PI has shared the URL to soap sender system. The message is sent from sender system to PI using soap,but its not reaching PI and fails in soap sender server.

What is the use of keep headers in soap sender. If incoming message is not having header then will it not reach PI ?

rgds

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

The header includes the metadata related to the message, so it's useless content unless it includes content required for the whole transaction/data flow.

Here is my suggestion: try to run the payload in the ID test tool, that will give you an idea where the message is stack and make sure that you config scenario is correct.

Cheers,

F

vkaushik82
Active Participant
0 Kudos

Can you specify what is error message you are receiving while sending message to PI

former_member183906
Active Contributor
0 Kudos

Message is not reaching PI.So,In PI i do not have any logs.

SOAP sender system is getting error in their log - getInboundFaultFromMessageContext

When we use Keep Headers in soap sender.what is the use of it.

vkaushik82
Active Participant
0 Kudos
former_member183906
Active Contributor
0 Kudos

yeah i checked it. but i want to understand,id it mandatory for sender system to send header if it is checked.

wat happens wen sender system do not send header message..