Forum Replies Created
-
AuthorPosts
-
It means your instance document does not conform to the schema you are using to validate it.
Sorry about the post… looks like a server reboot fixed the issue. Must have been a problem with the GAC and refreshing.
Ok… I thought about doing it that way, but wondered if there was a built in support besides scripts that does mapping/replacement of data.
I can email the schema to anyone that wants to take a look at it. Thanks again.
The Xml Disassembler component sets the BTS.MessageType property based on the message received.
The orchestration subscribes to the the MessageType of the message defined in the Activate receive shape. You do not have to set any additional filters.
Have you enlisted and started the orchestration?
Ok.. this is likely very simple. But being new to BizTalk for some reason I can’t get this figured out.
I have a map for a source to destination schema. Source schema is Bit 1|0 and when the column gets to the source destination I want it to read either True|False how do I do that? What functoid and how?
Thanks.
[quote:4f997ec6d5=\”toneii \”]try Rosetta[/quote:4f997ec6d5] Yeah looked cant find the URL – can youhelp with a pointer?
Sure they would. Why would that be a problem?
[quote:3ab64229f2=\”tomasr\”]You mean RcvPipeOutput.MoveNext() throws an error? or what?
You can always just extract the messages into a secondary collection on one loop and then loop over that in a second one.[/quote:3ab64229f2]
Wouldn’t the collection and all the types in it have to be serializable to exist outside the atomic scope?
August 21, 2006 at 5:06 PM in reply to: Using exec to call dynamically determined orchestration? #15393Hello,
Is it possible to use the XLANG ‘exec’ command to start a dynamically determined orchestration?
Basically, it would be nice if we could do:
exec varSomeOrchestrationType(parameter1);
instead of:
exec ConcreteOrchestrationType(parameter1);
Is this possible? I’m pretty sure it is not, but it would be a very useful feature.
Thanks.
Does anyone know where I can find an industry standard B2C product schema? (already searched cXML and ebXML)
You mean RcvPipeOutput.MoveNext() throws an error? or what?
You can always just extract the messages into a secondary collection on one loop and then loop over that in a second one.
I already attempted that and had issues with the loop not allowing it to be sequenced… as the pipeline dies when the atomic scope dies.
Hi,
1.
I am using recv pipeline with xml disassembler component. I have also mentioned the doc schema for the same.
2. In the orchestration I have 2 shapes a)Receive and b) Send. Both has message type set correctly. How to set message type in the Send Port ?
3. Is the BTS.MessageType cntext property being set in the pipeline
where to set this?
[i:f11a9c831c][b:f11a9c831c]
Do I need to set anything in the Recv shape’s Filter Expression property in orchestration. I have just set the Message Property[/b:f11a9c831c][/i:f11a9c831c]Thanks
-
AuthorPosts