Re: Need help with ‘tricky’ map output.

Home Page Forums BizTalk 2004 – BizTalk 2010 Need help with ‘tricky’ map output. Re: Need help with ‘tricky’ map output.

#20883

[quote user="ruselw"]What is the output you are getting?[/quote]

Thank you for the response…In one scenario, just testing one field, the loop is out of control but I get my attrib name and value populated:

<jdeRequest pwd=”JDEINTEG” role=”*ALL” type=”callmethod” user=”JDEINTEG” environment=”XX811″ sessionidle=”3600″>
 <callMethod app=”XmlInterop” name=”POIntegration”>
  <params>
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”szCommunity_HBMCUS”>3503900000</param>
   <param name=”” />
   <param name=”” />

Out of curiousity, I add in another field from the source, and I receive this:

<jdeRequest pwd=”JDEINTEG” role=”*ALL” type=”callmethod” user=”JDEINTEG” environment=”XX811″ sessionidle=”3600″>
 <callMethod app=”XmlInterop” name=”POIntegration”>
  <params>
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=”” />
   <param name=””>3503900000</param>
   <param name=”” />
   <param name=”” />
   <param name=”” />
 …
   <param name=”” />
   <param name=”” />
   <param name=”szLotNumber_HBLOT”>3050</param>
   <param name=”” />
 …

So in one path, I get my “szCommunity_HBMCUS” name and value.
Another path, I miss the name, hit the value, and my second field “szLotNumber_HBLOT” name and values are correct.

Both scenarios however, give me all of these blank nodes, I am using the Looping, Equal, Value Mapping and String functoids.

I’m sure I’m missing the obvious..

Thanks again!