Hi all,
I have an issue and I would need some help.
My scenario is R/3->BAPI->XI->Siebel and the communication channel between XI and Siebel it obviously http based.
The thing is that for some reason, Siebel it's not receiving the xml message XI sends complete, it is just receiving the 'header' of the xml message, this is:
<?xml version="1.0" encoding="UTF-8"?>
and not the rest of the content.
I have already check that the xml XI is sending is full and completly functional, and I have no clue where it's losing the info.
Any hint?