cancel
Showing results for 
Search instead for 
Did you mean: 

content conversion

Former Member
0 Kudos

Hi experts.

Can we use the concept of content conversion when we use http adapter at the sender side.I have a scenario wherin XI receive a bank statement form a site, typicaly i guess it will be a http post. i need to read the content of the BS based on a separator in it a source structure in XI.I know that this can be done if we use File content conversion when we use file addapter at the sender side.

My question ..precisley is can we use FCC sort of thing if its a Http post. IF not , what are the other ways out?....

Regards

Sri

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

FCC works only when we use file adapter.

Former Member
0 Kudos

> FCC works only when we use file adapter.

Thanks for this information..

Do you think I have given some different ans...

Well my friend FCC works with other adapters as well like JMS.

former_member192295
Active Contributor
0 Kudos

Hi,

FCC only possible in FILE adapter only, HTTP don't have this option meanwhile HTTP adapter can receiver file content structure only. Can't receive and send file directly. According to your requirement configure scenario in xi via http adapter. Complete statement as string at source end. Use Bypass scenario, it will transfer source data as target without any change. If sender is http no need communication channel, data will hit directly to integration engine (ABAP stack) so no need conversion, it will convert automatically to XML format.

For more information find below link

Former Member
0 Kudos

> Can we use the concept of content conversion when we use http adapter at the sender side.

Well in my opinion, since http adapter resides on ABAP stack therefore incoming data will be in xml so there will be no need of Content Conversion. Moreover when you create your Sender CC with http adapter, you will not find any option to do Content Conversion.

>I have a scenario wherin XI receive a bank statement form a site, typicaly i guess it will be a http post. i need to read the content of the BS based on a separator in it a source structure in XI.I know that this can be done if we use File content conversion when we use file addapter at the sender side.

> My question ..precisley is can we use FCC sort of thing if its a Http post. IF not , what are the other ways out?....

>

No, you can not use FCC in sender HTTP adapter. Other ways depends upon secanrio and situation.

Regards,

Sarvesh