One to Many in Mapper
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > One to Many in Mapper




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    One to Many in Mapper  
Chris


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-16-04 02:09 AM

I need to created multiple records on my outbound schema from two fields
from my inbound schema.

For instance, my inbound instance would look like this.

<Root>
<Record>
<Field1>Invalid Company</Field1>
<Field2>Invalid Name</Field2>
</Record>
</Root>

My outbound instance needs to look like this.

<Root>
<ErrorReport>
<Body>
<Description>Invalid Company</Description>
</Body>
<Body>
<Description>Invalid Name</Description>
</Body>
</ErrorReport>
</Root>

As you can tell, the inbound instance only has one record with two fields,
and my outbound instance needs to have multiple body elements.  Any ideas
how to solve this?

Regards,
Chris









[ Post a follow-up to this message ]



    Re: One to Many in Mapper  
Chris


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-16-04 02:09 AM

Figured it out.  Good blog on how it is done.

http://dotnetjunkies.com/WebLog/jlynch/

Chris
"Chris" <cahale@shellopus.com> wrote in message
news:%23yBxXeisEHA.2560@TK2MSFTNGP14.phx.gbl...
> I need to created multiple records on my outbound schema from two fields
> from my inbound schema.
>
> For instance, my inbound instance would look like this.
>
> <Root>
>      <Record>
>           <Field1>Invalid Company</Field1>
>           <Field2>Invalid Name</Field2>
>       </Record>
> </Root>
>
> My outbound instance needs to look like this.
>
> <Root>
>      <ErrorReport>
>            <Body>
>                 <Description>Invalid Company</Description>
>             </Body>
>             <Body>
>                 <Description>Invalid Name</Description>
>             </Body>
>      </ErrorReport>
> </Root>
>
> As you can tell, the inbound instance only has one record with two fields,
> and my outbound instance needs to have multiple body elements.  Any ideas
> how to solve this?
>
> Regards,
> Chris
>
>
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:32 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register