BizTalk Server General - Mapping problem

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > October 2005 > Mapping problem





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Mapping problem
Vishy

2005-10-25, 5:52 pm

Hi

I need to create map for following input and output schema
<Input>
<Info>
<PropertyName>P1...
<PropertyValue>V1...
</Info>
<Info>
<PropertyName>P2...
<PropertyValue>V2...
</Info>
.....

and output format is
<Output>
<Code1>Value of property P1...
<Code2>Value of property P2...

What is best way to implement this?
Is table looping functoid helpful here?

Thanks

Vishy

Jan Eliasen

2005-10-26, 2:48 am

On 25 Oct 2005 08:51:40 -0700, "Vishy" <vishal.halbe@gmail.com> wrote:

>Hi
>
>I need to create map for following input and output schema
><Input>
> <Info>
> <PropertyName>P1...
> <PropertyValue>V1...
> </Info>
> <Info>
> <PropertyName>P2...
> <PropertyValue>V2...
> </Info>
>....
>
>and output format is
><Output>
> <Code1>Value of property P1...
> <Code2>Value of property P2...
>
>What is best way to implement this?
>Is table looping functoid helpful here?

Hi

If you need to create a runtime specific number of "CodeX"-elements,
then I'd go with some custom XSLT in a scripting functoid.

--
Jan Eliasen, representing himself and not the company he works for.
Vishy

2005-10-26, 7:48 am

Thanks Jan

Ya I guess thats the only way as input is not typed info i need some
sort coding somewhere to parse it before it is mapped; i was wondering
can I use Table Looping functoid though?

Vishy

Vishy

2005-10-26, 7:48 am

I found a better solution to this problem;
posted it over here
http://www.geekswithblogs.com/vishy...0/26/58119.aspx


Vishy

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com