Hello all,
I'm looking for some hints on the net more then week, but I cannot find any simillar posting.
I have following scenario. External company needs to send us flat file and they support only HTTPS connection, then the file is forwarded by email to final user for now (this will be maybe changed in the future).
Because I want to transfer file I've used the same structure as I'm using for FTP sender.
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_FILE xmlns:ns0="urn::MuH_Prod_Logi::GLOBAL">
<DUMMY></DUMMY>
</ns0:MT_FILE>
Then I've created HTTP_AAE sender, Email receiver and Integrated Configuraiton.
For testing purposis I'm using SOAP UI Client and the REST Project.
If I send paylod like this
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_FILE xmlns:ns0="urn::MuH_Prod_Logi::GLOBAL">
<DUMMY>TEST</DUMMY>
</ns0:MT_FILE>
it is correctly processed.
If I try to send file like this
:20:11111111111
:25:22222222222
:28:3333
Nothing is processed.
Error is
<b> Error: ERROR_IN_MODULECHAIN;ERROR_IN_MODULECHAIN, senderChannel '70597ba41f9137e8aabb97ec6547ec6f': Catching exception calling messaging system</b>
Please any hint how to setup HTTP sender to handle any txt file?
SET_FORM
SET_MUTLIPART are initial
Thanks you very much for your advice
Petr