You have two schemas that need to be represented with the
same root node and same namespace or different namespace,
is it possible?
Answers were Sorted based on User's Feedback
Answer / imran shirolkar
with different namespace, its possible..
Is This Answer Correct ? | 18 Yes | 1 No |
Answer / naresh veeravelli
Its possible both schemas with same MessageType but we have set respective subscription then it will identify the correct message to respective application.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / britto
With different name spaces it is possible. To ensure the namespaces are different, go to schema properties and change its namespace for your desired name. By default it will be http://project/schema name/.. You can change this to have two same root nodes.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ashish kapoor
Yes it is possible with same namespace also, but in send
port either we have to select passthrought pipeline or can
select xmltransmit with (schemavalidation=false)
Is This Answer Correct ? | 1 Yes | 2 No |
What are Host and Host Instance?
What is custom pipeline and the use of custom pipeline?
How to put data using SQL Adapter?
Define pipelines
I have a receive port and send port whose message types are different.when I receive a message in my receive port,my process starts.i will construct my out message and give this to my send port.i am configuring a send port group to
What are Host and Host Instance? Did you deploy BizTalk more than one machine?
Is there any possibility in the biztalk FIFO(first-in-first-out) without use the orchestration? how to implement explain?
When we are promote the fields as quick promote then they are stored in property schema,when we promote as distinguished fields then where the fields stored?
You have two schemas that need to be represented with the same root node and same namespace or different namespace, is it possible?
can we promote property promotions through Orchestration?
What are the components of biztalk server architecture?
I have a receive port and send port whose message types are different.When I receive a message in my receive port,my process starts.I will construct my out message and give this to my send port.I am configuring a send port group to the logical send port.TO the send port group I have added many send ports with filters.The message in the send ports are not getting filtered based on my filters. Help will be highly appreciated. Thanks in advance