|
Home > Archive > BizTalk Server General > April 2006 > Mapping Issue
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]
|
|
| Chris Taylor 2006-04-27, 7:26 am |
| Hi,
I'm having a strange issue with BT2006 that I can't seem to understand why.
It's a pretty basic example, I've exported the XML from my application as a
message which has the structure
Order
-Items
-OrderItems
and the opposite schema is
Order Header
- Order Details
For some reason, it only copies my first record over bewteeen the two. I
have a looping functiod between OrderItems and order details on the map, but
still now luck. Any ideas?
TIA
Chris
| |
| Jan Eliasen 2006-04-27, 7:26 am |
| On Wed, 26 Apr 2006 16:24:29 -0500, "Chris Taylor"
<ctaylor7480@newsgroups.nospam> wrote:
>For some reason, it only copies my first record over bewteeen the two. I
>have a looping functiod between OrderItems and order details on the map, but
>still now luck. Any ideas?
Check that the item that should appear multiple times in both input-
and output schema have the "unbounded" as maxOccurs. If the property
in the schema is empty, it defaults to "1".
--
Eliasen Jr. representing himself and not the company he works for.
Private email: jan@eliasen.dk
"Ford," he said, "you're turning into a penguin. Stop it."
| |
| Chris Taylor 2006-04-27, 1:21 pm |
| That did it. Thank you for that incredibly helpful advice. I've been
banging my head agasint the type trying to figure out why.
It's always the simple things. ;)
Thanks Jan!
"Jan Eliasen" <eliasen@nospam.nospam> wrote in message
news:0fn05299jlp277l8m8nmu9io1m4ilvilou@
4ax.com...
> On Wed, 26 Apr 2006 16:24:29 -0500, "Chris Taylor"
> <ctaylor7480@newsgroups.nospam> wrote:
>
> Check that the item that should appear multiple times in both input-
> and output schema have the "unbounded" as maxOccurs. If the property
> in the schema is empty, it defaults to "1".
>
> --
> Eliasen Jr. representing himself and not the company he works for.
>
> Private email: jan@eliasen.dk
>
> "Ford," he said, "you're turning into a penguin. Stop it."
| |
| Chris Taylor 2006-04-27, 1:21 pm |
| type = table...
I think it's time for a break...
"Chris Taylor" <ctaylor7480@newsgroups.nospam> wrote in message
news:%23vOkb8faGHA.4916@TK2MSFTNGP04.phx.gbl...
> That did it. Thank you for that incredibly helpful advice. I've been
> banging my head agasint the type trying to figure out why.
>
> It's always the simple things. ;)
>
> Thanks Jan!
>
> "Jan Eliasen" <eliasen@nospam.nospam> wrote in message
> news:0fn05299jlp277l8m8nmu9io1m4ilvilou@
4ax.com...
>
>
| |
| WenJun Zhang[msft] 2006-04-28, 7:16 am |
| Sure, be careful on the max-occur attribute. Thanks Jan.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
|
|
|
|
|