Skip to Content
0
Dec 13, 2011 at 10:20 AM

XML->Idoc scenario XML encoding

65 Views

Hello all,

I'm quite new to the PI-world.

I have to migrate an existing Business connector interface to a PI system.

The file i'm receiving is an xml and looks like below.

I have followed a standard scenario of File (FTP) to Idoc, but PI doesn't seem to be able to read the XML.

I'm supposing something is wrong in the encoding ... ???

Can someone help?

<?xml version="1.0" ?>

- <biztalk_1 xmlns="urn:biztalk-org:biztalk:biztalk_1">

- <header>

- <delivery>

- <to>

<address>urn:sap-com:logical-system:TMP_100</address>

</to>

- <from>

<address>urn:sap-com:logical-system:LABOUNI</address>

</from>

</delivery>

</header>

- <body>

- <doc:MaintOrdConfirmation.ConfCreate xmlns="" xmlns:doc="urn:sap-com:document:sap:business">

- <Timetickets>

- <item>

<CONF_NO />

<ORDERID>000000774384</ORDERID>

<OPERATION>0450</OPERATION>

<SUB_OPER />

<CAPA_CATEGORY />

<SPLIT />

<FIN_CONF />

<COMPLETE />

<CLEAR_RES />

<POSTG_DATE />

<DEV_REASON />

<CONF_TEXT />

Edited by: Kris Lefever on Dec 13, 2011 11:21 AM