|
Home > Archive > BizTalk Server General > March 2006 > Biztalk 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 |
Biztalk mapping problem
|
|
| Slash Gordon 2006-03-14, 7:48 am |
| Hi,
I am new to BizTalk-Server, so I started to go through
http://blogs.msdn.com/luke/articles/248667.aspx
(The QuickStart Guide to Building Your First BizTalk Server 2004 Application)
and managed to get the example application to run.
Next I tried to experiment with new schema and map definitions. But when it
comes to assigning the outbound map to the sendport, I always get only one
map named "BizTalk_Server_Project1.Map1 [some text] ...", although this does
neither match the project name nor the name of the map.
Can someone give me a hint on this topic
Thanx in advance
Slash
| |
| Ayron 2006-03-25, 11:37 am |
| Mr Gordon,
Once the map has been successfully created (e.g., tested using a valid
instance of xml for desired output - right click map file in Solution
Explorer and view the Options), then there are a couple steps required before
you will see the map as a valid option for the receive/send ports...
1. you'll need to create a strong name key-pair for the assembly and define
it using the project properties.
2. deploy the project assembly
3. refresh the BizTalk Explorer in VS or the Admin console
the map should then be available to the ports.
HTH...
-ak
"Slash Gordon" wrote:
> Hi,
>
> I am new to BizTalk-Server, so I started to go through
> http://blogs.msdn.com/luke/articles/248667.aspx
> (The QuickStart Guide to Building Your First BizTalk Server 2004 Application)
> and managed to get the example application to run.
>
> Next I tried to experiment with new schema and map definitions. But when it
> comes to assigning the outbound map to the sendport, I always get only one
> map named "BizTalk_Server_Project1.Map1 [some text] ...", although this does
> neither match the project name nor the name of the map.
>
> Can someone give me a hint on this topic
>
> Thanx in advance
> Slash
>
>
>
>
|
|
|
|
|