community-content

Forum Replies Created

Viewing 15 posts - 7,351 through 7,365 (of 9,652 total)
  • Author
    Posts
  • in reply to: Error Details? #15358

    It means your instance document does not conform to the schema you are using to validate it.

    in reply to: Using External Assembly #15401

    Sorry about the post… looks like a server reboot fixed the issue. Must have been a problem with the GAC and refreshing.

    in reply to: Convert bit to True False #15397

    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.

    in reply to: Flat File/XSD formatting issue #15399

    I can email the schema to anyone that wants to take a look at it. Thanks again.

    in reply to: Default Receive Pipeline #15383

    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?

    in reply to: Convert bit to True False #15396

    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.

    in reply to: Industry standard product schema? #15389
    in reply to: Industry standard product schema? #15391

    [quote:4f997ec6d5=\”toneii \”]try Rosetta[/quote:4f997ec6d5] Yeah looked cant find the URL – can youhelp with a pointer?

    in reply to: Calling a Web Service inside Atomic Scope #15363

    Sure they would. Why would that be a problem?

    in reply to: Calling a Web Service inside Atomic Scope #15365

    [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?

    in reply to: Using exec to call dynamically determined orchestration? #15393

    Hello,

    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.

    in reply to: Industry standard product schema? #15390

    Does anyone know where I can find an industry standard B2C product schema? (already searched cXML and ebXML)

    in reply to: Calling a Web Service inside Atomic Scope #15362

    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.

    in reply to: Calling a Web Service inside Atomic Scope #15370

    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.

    in reply to: Default Receive Pipeline #15386

    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

Viewing 15 posts - 7,351 through 7,365 (of 9,652 total)