cancel
Showing results for 
Search instead for 
Did you mean: 

file to file scenario using BPM

Former Member
0 Kudos

hello

I am making a simple file to file scenario using BPM in order to excersize it.

I did all the steps like in blog /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

but I have a diffferent DT. enter to the XI is:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<SOAP-ENV:Body>

<m:inFile_MT xmlns:m="http://Migdal.co.il/SAP/testSLD">

<FirstName>kfir</FirstName>

<LastName>gold</LastName>

<Age>10</Age>

</m:inFile_MT>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

and leave the xi has only one element called name.

I recieve an error in the SXMB

<SAP:Stack>During the application mapping com/sap/xi/tf/_inFile_MM_ a com.sap.aii.utilxi.misc.api.BaseRuntimeException was thrown: RuntimeException in Message-Mapping transformatio~</SAP:Stack>

since this is very simple transformation and could be done with out BPM I can not find the problem.

help will be appreciated

Kfir

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

need to re write the question. this is not what I ment