cancel
Showing results for 
Search instead for 
Did you mean: 

FCC Paramenters for Sender File Adapter

Former Member
0 Kudos

hi

I am using FCC in the Sender File Adapter. I have defined the structure as below. Fields ID, Filename, Values will be generated at Runtime as I have defined Used Defined Funtions for Both.

Only I will Pass the value in Body. i.e "Hello".

So How should I define the FCC Paramenters For Sender File Adapter ?

<?xml version="1.0" encoding="UTF-8"?>
 
<ns0:MT_Source_FILE xmlns:ns0="http://city.net/FILEtoHTTP">
   <Message>
      <Id>123456</Id>
      <Head>
         <Id>123456</Id>
         <Filename>sample.xml</Filename>
      </Head>
      <Body>hello</Body>
   </Message>
</ns0:MT_Source_FILE>

In the source text file, Do I need to send only "Hello" value because ID and filename will be generated at runtime?

Regards,

Varun

Edited by: Varun on Sep 1, 2008 6:00 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (0)