cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.1 : File to JMS Scenario Help.

0 Kudos

Hello Experts,

We are trying to implement a scenario where in we want to send the data in the file as it is to the JMS adapter in 7.1 because the data is already in expected format. The file is generated by SAP.

The format of the data is:

EDI_DC40 2000000000001044736700 0312 ZFDPFCI2 ZDPFCOUT2 ZDPFCOSAPSD0 LS SD0_200 PI LS DPFC 20100913041404 20100429062757 Z2FDPFCI2000 200000000000104473600000100000001I000 000000000 12345566677 12345566677 W JD]D[y

How can i achieve this? I have tried to put everything in a single field type string element and that doesn't work (parser error).

I don't want to go for FCC.

Thanks!

Harpreet

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Thanks, I'll try out this approach and see how it goes.

Harpreet

Former Member
0 Kudos

Following William's blog, you can achieve it, you can send any unstructured data through XI,

You don't have to create interface in ESR or IR.

How to send any data (even binary) through XI, without using the Integration Repository

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Regards

Liang

Edited by: Liang Ji on Sep 23, 2010 10:54 PM