Skip to Content
0
Former Member
Dec 08, 2006 at 01:06 PM

Datatypes transformation between XI to R3 with a proxy.

26 Views

I have the following problem. I have a proxy that receives data from xi whitch receives data from different sources which causes the data in some datatype fields to be longer than the datatypes described in the proxy for example:

proxy input structure patient-name is 30 characters but i am being passed 52 characters.

We do not want to do this on the XI side due to the large size of structures and i do not want to change the generated XSL manualy.

Can you generate the Proxy so that it shortens the datatypes Automaticly in the transformation XSL.?