Skip to Content
0
Former Member
Jul 27, 2005 at 09:46 AM

Two different Interface map to one Interface

30 Views

Hallo together

I search a solution to Map two different Interface to one.

What ist the best way. I think i start with BPM and with a Interfacemapping with two Out Interface.

Example of the Interface.

Outbound Interface M1

<?xml version="1.0" encoding="UTF-8"?>

<resultset>

<row>

<KSNR>1</KSNR>

<KSBEZ>bezeichnung</KSBEZ>

<KSKAD1>adresse</KSKAD1>

<KSKAD2>1</KSKAD2>

<KSADR1>adresse1</KSADR1>

<KSADR2>adresse2</KSADR2>

<KSSTR>1</KSSTR>

<KSPLZ>1</KSPLZ>

<KSORT>ort</KSORT>

<KSLAND>1</KSLAND>

<KSTEL>1</KSTEL>

<KSFAX>1</KSFAX>

<KSVRAN>1</KSVRAN>

<KSNTEL>1</KSNTEL>

<KSOEF1>1</KSOEF1>

<KSOEF2>1</KSOEF2>

<KSRTAN>1</KSRTAN>

<VSTNR>1</VSTNR>

<UPDATE_IDENT />

</row>

</resultset>

Outbound Interface M2

<?xml version="1.0" encoding="UTF-8"?>

<ns1:FileXML_MT xmlns:ns1="urn://ValoraFileCopy">

<FileName>test</FileName>

<Base64 />

</ns1:FileXML_MT>

Inbound Interface M3

<?xml version="1.0" encoding="UTF-8"?>

<ns1:M_DP xmlns:ns1="urn://ValoraFileCopy">

<FileName>test</FileName>

<ns1:Base64>

<ns1:D_DPid>1</ns1:D_DPid>

<ns1:D_DPName>bezeichnung</ns1:D_DPName>

<ns1:D_DPAdress>adresse</ns1:D_DPAdress>

<ns1:D_DPTown>ort</ns1:D_DPTown>

<ns1:D_DPZipCode>1</ns1:D_DPZipCode>

<ns1:D_Adress1>adresse1</ns1:D_Adress1>

<ns1:D_Adress2>adresse2</ns1:D_Adress2>

</ns1:Base64>

</ns1:M_DP>

Thanks allo fro help

Regards Thomas Neuhaus