Skip to Content
0
Former Member
Dec 05, 2006 at 02:12 PM

Mapping

40 Views

I have a Source Structure (Any Format) with a Field Called "ID" in it and I want to Map "ID" to a Target Field "Quote" Which is a webservice.

Now the tricky part is that <b>"ID"</b> can occur <b>multiple</b> times in the source structure and for <b>everytime it occurs a separate call to the webservice</b> has to be made.

Now I can achieve this if the source is a file simply by doing content conversion and only sending 1 recordset per message.

But what if the source is not a file.... What if it is an IDOC for example then what do I do?

My initial thought is to send the souce format to an intemediary receiver (Directory) which will be a file adapter with content conversion and then have a file adapter with content conversion (Parameters set at 1 recordset per message) Pick up the file and then send it to the webservice with parameters set out above....

Now I know this will work... My issue with it is that I feel this will affect the performance and would prefer to do it with just one sender and one receiver...

So is there another way.