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.
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
Has anyone had experience dealing with DB2 stored procedures which take a CLOB input parameter and calling that stored procedure from BizTalk?
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
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
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
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
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.
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
When I run msbuild on my BizTalk 2009 .btproj fi开发者_开发问答le, the default targets execute and the project is built.