biztalk-2009
How do I reference a previously deployed schema within a new BizTalk project?
I have a BizTalk 2009 environment with a running application (call it A1) that contains a schema (S1). S1 has a few promoted properties defined in PropertySchema.xsd.[详细]
2023-02-20 16:55 分类:问答Unexpected identifier: 'ÿþ'
I have a BizTalk solution which is broken down into three projects: Orchestrations, Maps and Schemas.A few of my maps, I had to build in the Orc开发者_如何学Gohestrations project because they needed m[详细]
2023-02-11 01:34 分类:问答BizTalk and DB2 CLOB
Has anyone had experience dealing with DB2 stored procedures which take a CLOB input parameter and calling that stored procedure from BizTalk?[详细]
2023-02-04 11:40 分类:问答Accessing Promoted Property from within a map
I am trying to correlate an orchestration based on part of a received file location name and the date received. I have the receive port with an inbound map that assigns the date, but I cannot figure o[详细]
2023-02-04 04:02 分类:问答BizTalk messages overwriting each other?
I have an odd situation that has only come up in this one orchestration I\'m working on. I have a Receive message come in.I use an Expression shape and write it to a variable \"xmlDoc\" so I can veri[详细]
2023-02-02 04:07 分类:问答Call a Method that have object parameters from a BizTalk scripting functoid
I need to call a method in an external assembly from a scripting functoid in a BizTalk map, in particular a Enumerated type is 开发者_如何学运维a parameter in a C# assembly. Is this even possible? I h[详细]
2023-02-01 09:45 分类:问答How to replace a multipart message schema in a map without replacing the map
I have an orchestration map that maps two source messages into one destination message.When the schem开发者_如何学Pythona for one of the source messages changes, I was hoping to be able to click on th[详细]
2023-01-30 23:50 分类:问答Advice on Separation of Schema and Orchestration Assemblies for WCF Generated Items
When using the consume WCF / generated items wizard, items generated include the schemas, bindings and also an ODX containing Port Type definitions to consume the service.[详细]
2023-01-29 21:32 分类:问答Error message 0xC0C02524 when configuring BizTalk group
Long time reader, first time poster ;) I have a problem when configuring a BizTalk 2009 group. I get error 0xC0C02524 without any messages while running the configuration. The log file says nothing o[详细]
2023-01-24 12:34 分类:问答Use msbuild to deploy BizTalk 2009 project
When I run msbuild on my BizTalk 2009 .btproj fi开发者_开发问答le, the default targets execute and the project is built.[详细]
2023-01-23 20:52 分类:问答