cancel
Showing results for 
Search instead for 
Did you mean: 

File to File Scenario - multipart documents

Former Member
0 Kudos

Hi all!

I'm trying to get familar with XI technology and did an exercise in setting up a file-to-file scenario.

Within this, I designed two datatypes, message formats, mappings and configured both sender and receiver business system using the File Adapter.

Now I'm trying to send a test file. Polling the file from the input folder works fine, but no file is written to the output folder.

In the runtinme workbench's message monitor I got some log entries and an error message:

Fehler beim Übertragen der Message zum Endpunkt http://server5:8000/sap/xi/engine?type=entry über die Verbindung AFW. Grund: Received HTTP response code 415. (sorry, just German )

This status code means "unsupported media typ".

I found out that my message has the content-type: "Multipart/Related" and in the server response I received a message "multipart-documents not supported".

Multiport messages are quite normal, aren't they? Does anybody have an idea, if there's a misconfiguration of the integration server or any other hint?

Any help is highly appreciated!!!

Kind Regards,

Matthias

Accepted Solutions (1)

Accepted Solutions (1)

STALANKI
Active Contributor
0 Kudos

try using additional files option https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

not exact solution but mght help

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Matthias,

just check this help file..

http://help.sap.com/saphelp_nw04/helpdata/en/8f/2f2c4142aef623e10000000a155106/content.htm

Hope this helps..

cheers ,

Prashanth

Former Member
0 Kudos

Prashanth,

thanks a lot for this really quick answer!

I've already found this document and followed the configuration steps mentioned for the req_resp.trc. I'm nut really sure, but in this log only requests to port 50000 are listed, which is not the port for messages. Isn't it true, that messages have to be multipart due to the SOAP envelope?

Thank you anyway (and tell me if I'm wrong)

Cheers,

Matthias