Can we get messages to Orchestration without using schema?
Answers were Sorted based on User's Feedback
Answer / js
If you use XML object, then you can get any *.xml messages
into orchestration
Is This Answer Correct ? | 19 Yes | 2 No |
Answer / guest
yes, whenever we are using the .net class we assighn the
message without shema
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / k.srinivas
using system.Xml.XmlDocument we can get the message into
orchestration
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / raju
Actually we have two types of messages in Biztalk.
1)Typed Messages.
2)Un typed Messages.
When the messages created in the orchestrations are
assigned to inbound schemas then it is typed messages.
When the messages created in the orchestrations are
assigned to System.Xml.XmlDocument instead of schemas then
it is Untyped messages.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sharath
1..net type
2.multipart message type
3.web message type
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / anil talavadekar
YES.
This will be in case when you route the failed messages.
Is This Answer Correct ? | 5 Yes | 11 No |
Explain about static, dynamic and direct binding?
What is convoy sets?
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?
Explain about business activity services (bas)?
what is the use of schema in biztalk and why we use schema?
What is correlation sets?
What is the difference between a document schema and a property schema? : biztalk server
In How many ways Orchestrations provide Subscription information to Message Box?
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?
Define hat?
What is custom pipeline?
What is correlation in context of biztalk server? : biztalk server