cancel
Showing results for 
Search instead for 
Did you mean: 

Integration engine to Adapter engine Encoding Settings.

Former Member
0 Kudos

Hi everybody,

I am having a specific JCA Adapter.

When I send my document from Integration engine to the adapter engine, I have for one of my customer a encoding problem. I should have UTF-8 but here it is not the case, my UTF-8 message that I see in the integration engine is bad encoded...

Where can I check the encoding properties of the message given from the Integration engine to the Adapter Engine?

Thanks

Pierre-Alain

Accepted Solutions (0)

Answers (4)

Answers (4)

STALANKI
Active Contributor
0 Kudos

Then check this SAPLIDOC_ADAPTER_MB as idoc adapter is on ABAP stack.

Former Member
0 Kudos

Sorry,

In which transaction can I control that?

Thanks

STALANKI
Active Contributor
0 Kudos

Try this report T_ENCODING in ABAP stack though am not very sure wether it is helpful.

Former Member
0 Kudos

but where r you getting that message from? i mean the source of that message. Integration engine gets the message from some source(either adapter or proxy).

so, check your adapter/JCA to how its sending message to integration engine.

--Archana

Former Member
0 Kudos

I am getting my message from the IDOC Adapter.

When I send my document after Mapping through the HTTP adapter, I receive it without problem.

When I send it to the adapter engine, my payload is getting change from <ORDER> to &lg;Order&gt;

In my test system is working great... Unfortunately.

THanks for the help.

stefan_grube
Active Contributor
0 Kudos

> When I send it to the adapter engine, my payload is

> getting change from <ORDER> to &lg;Order>

That is not an encoding issue, the message payload has escaping sequences. If you have a self-written adapter, you should check the code for escaping methodes.

It is hard to figure out the reason without knowing the code.

Regards

Stefan

STALANKI
Active Contributor
0 Kudos

I guess in the sxmb_moni .

Former Member
0 Kudos

Unfortunately my message is very good in sxmb_moni.

I am looking for a setting somewhere in XI configuration to check the encoding of the transmission,

Thanks