cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BODS sending messages twice to SAP PI integration flow

d_tensen
Discoverer
0 Kudos

I have a simple SAP PI integration flow accepting SOAP messages (7.31, java single stack).

In BODS (14.2.3) I have defined a datastore pointing to my integration flow and a dataflow whith a query transform that's calling the function interface.

Everything is running fine except for the fact that my integration flow receives every message twice. (2 messages in Message Monitor, 2 HTTP posts in logfiles). The same applies for other combinations of BODS dataflow and PI integration flow.

My guess: an integration flow - by nature - has two endpoints (http and https) and BODS is sending the same message to both.

Definitely an undesirable trait.

Do I miss something? Any guess for a solution?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183908
Active Contributor
0 Kudos
My guess: an integration flow - by nature - has two endpoints (http and https) and BODS is sending the same message to both.

i don't think so it depends on the configuration setup to the PO box to enable http or https.please check with your basis team to have better idea.

Thanks

d_tensen
Discoverer
0 Kudos

IMHO it's not a PO problem. Calling the same integration flow function from SoapUI gives me only one message. In SoapUI I explicitly assign one of the two endpoints to my request.

former_member183908
Active Contributor
0 Kudos

can you check the configuration in BODS which pointed to PO?Your BODS application should call to either http/https IFLOW url.

Thanks