├── LICENSE ├── README.md ├── Testing-Deploying-and-Managing-BizTalk-Applications ├── BTS-2010-Using-Unit-Testing-Schemas-and-Maps │ ├── Files │ │ ├── PeopleOrigin.xml │ │ ├── PersonOrigin.xml │ │ ├── PersonOrigin2.xml │ │ └── PersonOriginWithoutZip.xml │ ├── Local.testsettings │ ├── README.md │ ├── TestProjectBizTalk │ │ ├── HowMapsWorksTest.cs │ │ ├── PersonOriginTest.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── TestProjectBizTalk.csproj │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.TOM.dll │ │ │ │ ├── PipelineObjects.dll │ │ │ │ ├── TestProjectBizTalk.dll │ │ │ │ └── TestProjectBizTalk.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── TestProjectBizTalk.csproj.FileListAbsolute.txt │ │ │ ├── TestProjectBizTalk.csprojResolveAssemblyReference.cache │ │ │ ├── TestProjectBizTalk.dll │ │ │ └── TestProjectBizTalk.pdb │ ├── TestResults │ │ ├── Administrator_BTS2010LAB01 2014-08-25 16_52_31.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 16_52_31 │ │ │ └── Out │ │ │ │ └── AgentRestart.dat │ │ ├── Administrator_BTS2010LAB01 2014-08-25 16_53_09.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 16_53_09 │ │ │ └── Out │ │ │ │ └── AgentRestart.dat │ │ ├── Administrator_BTS2010LAB01 2014-08-25 16_54_37.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 16_54_37 │ │ │ └── Out │ │ │ │ └── AgentRestart.dat │ │ ├── Administrator_BTS2010LAB01 2014-08-25 16_56_44.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_04_24.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_06_14.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_07_32.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_09_17.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_14_06.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_14_06 │ │ │ └── Out │ │ │ │ └── AgentRestart.dat │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_16_28.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_16_28 │ │ │ └── Out │ │ │ │ └── AgentRestart.dat │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_17_09.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_17_09 │ │ │ └── Out │ │ │ │ └── SampleInvoiceOutput.xml │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_19_30.trx │ │ ├── Administrator_BTS2010LAB01 2014-08-25 17_19_30 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── PersonTargetWithoutTotals.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Administrator_BTS2010LAB01 2014-08-26 11_52_58.trx │ │ └── Administrator_BTS2010LAB01 2014-08-26 11_52_58 │ │ │ └── Out │ │ │ ├── PersonTarget2.xml │ │ │ ├── PersonTargetWithoutTotals.xml │ │ │ └── PersonTargetWithoutZip.xml │ ├── TraceAndTestImpact.testsettings │ ├── UnitTestingFeatureWithMaps.sln │ ├── UnitTestingFeatureWithMaps.vsmdi │ ├── UnitTestingFeatureWithMaps │ │ ├── Maps │ │ │ ├── BasicsOfMaps.btm │ │ │ ├── BasicsOfMaps.btm.cs │ │ │ ├── HowMapsWorks.btm │ │ │ ├── HowMapsWorks.btm.cs │ │ │ ├── LinksOutOfOrder.btm │ │ │ ├── LinksOutOfOrder.btm.cs │ │ │ ├── LinksPerOrder.btm │ │ │ ├── LinksPerOrder.btm.cs │ │ │ ├── ScriptingFunctoidSample.btm │ │ │ ├── ScriptingFunctoidSample.btm.cs │ │ │ ├── WorkingWithLabels.btm │ │ │ └── WorkingWithLabels.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Schemas │ │ │ ├── PeopleOrigin.xsd │ │ │ ├── PeopleOrigin.xsd.cs │ │ │ ├── PeopleTarget.xsd │ │ │ ├── PeopleTarget.xsd.cs │ │ │ ├── PersonOrigin.xsd │ │ │ ├── PersonOrigin.xsd.cs │ │ │ ├── PersonTarget.xsd │ │ │ ├── PersonTarget.xsd.cs │ │ │ ├── PersonTarget2.xsd │ │ │ └── PersonTarget2.xsd.cs │ │ ├── UnitTest.snk │ │ ├── UnitTestingFeatureWithMaps.btproj │ │ ├── UnitTestingFeatureWithMaps.btproj.user │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── UnitTestingFeatureWithMaps.dll │ │ │ │ └── UnitTestingFeatureWithMaps.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── UnitTestingFeatureWithMaps.ClrTypes.dll │ │ │ ├── UnitTestingFeatureWithMaps.btproj.FileListAbsolute.txt │ │ │ ├── UnitTestingFeatureWithMaps.dll │ │ │ └── UnitTestingFeatureWithMaps.pdb │ └── media │ │ ├── Brand.css │ │ ├── Galleries.css │ │ └── Layout.css ├── BTS-2013-Using-Unit-Testing-Schemas-and-Maps │ ├── DLL │ │ └── SandroPereira.BizTalk.MapTestTools.dll │ ├── Files │ │ ├── PeopleOrigin.xml │ │ ├── PeopleTarget.xml │ │ ├── PersonOrigin.xml │ │ ├── PersonOrigin2.xml │ │ └── PersonOriginWithoutZip.xml │ ├── Local.testsettings │ ├── README.md │ ├── TestResults │ │ ├── 058e5830-fbaf-4854-bfaf-0a93f52a0d04 │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_31_49.coverage │ │ ├── 1031ea0b-acab-45c4-a65c-988fdc223c84 │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_27_23.coverage │ │ ├── 3e380f3d-fd42-4df5-87c3-49063dd2bba5 │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_25_31.coverage │ │ ├── 4b6e2884-3f04-4569-ae5c-da14948f7ba9 │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_22_17.coverage │ │ ├── 7933a13a-7dbd-4b22-b6a3-fbbc4472e147 │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_18_44.coverage │ │ ├── 7da9848f-042e-43ad-a6b8-6ef954ad0ed0 │ │ │ └── Administrator_BTS2013LAB01 2014-08-28 00_02_56.coverage │ │ ├── 9a5b7e03-2ddb-4d56-8aec-cfcd6a13b17a │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_20_16.coverage │ │ ├── Administrator_BTS2013LAB01 2014-08-29 16_18_03 │ │ │ └── Out │ │ │ │ ├── Microsoft.BizTalk.TOM.dll │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── PersonTargetWithoutTotals.xml │ │ │ │ ├── SandroPereira.BizTalk.MapTestTools.dll │ │ │ │ ├── UnitTestProject1.pdb │ │ │ │ ├── UnitTestingFeatureWithMaps.dll │ │ │ │ ├── UnitTestingFeatureWithMaps.pdb │ │ │ │ ├── orderedtest1.orderedtest │ │ │ │ └── unittestproject1.dll │ │ ├── Administrator_BTS2013LAB01 2014-08-29 16_18_50 │ │ │ └── Out │ │ │ │ ├── Microsoft.BizTalk.TOM.dll │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── PersonTargetWithoutZip.xml │ │ │ │ ├── SandroPereira.BizTalk.MapTestTools.dll │ │ │ │ ├── UnitTestProject1.pdb │ │ │ │ ├── UnitTestingFeatureWithMaps.dll │ │ │ │ ├── UnitTestingFeatureWithMaps.pdb │ │ │ │ ├── orderedtest1.orderedtest │ │ │ │ └── unittestproject1.dll │ │ ├── Administrator_BTS2013LAB01 2014-08-29 16_20_22 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── UnitTestProject1.pdb │ │ │ │ ├── UnitTestingFeatureWithMaps.dll │ │ │ │ ├── UnitTestingFeatureWithMaps.pdb │ │ │ │ ├── orderedtest1.orderedtest │ │ │ │ └── unittestproject1.dll │ │ ├── Administrator_BTS2013LAB01 2014-08-29 16_29_07 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── PersonTargetWithoutTotals.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Administrator_BTS2013LAB01 2014-08-29 16_32_23 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── PersonTargetWithoutTotals.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Administrator_BTS2013LAB01 2014-08-29 17_36_16 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── PersonTargetWithoutTotals.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Administrator_BTS2013LAB01 2014-08-29 23_31_09 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── PersonTargetWithoutTotals.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Administrator_BTS2013LAB01 2014-08-30 00_23_14 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ ├── PersonTargetWithoutTotals.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-27 11_06_10 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-27 11_06_27 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-27 14_49_56 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-27 14_50_28 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-27 14_50_52 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-27 14_54_19 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-27 16_45_40 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-27 16_45_48 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-27 23_54_54 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-27 23_55_39 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-28 00_02_09 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-28 00_02_44 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-28 00_02_59 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-28 00_11_29 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-28 00_14_58 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-28 00_30_04 │ │ │ └── Out │ │ │ │ └── PersonTarget2.xml │ │ ├── Deploy_Administrator 2014-08-28 00_31_02 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-28 23_24_54 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-28 23_49_59 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-29 16_18_15 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── Deploy_Administrator 2014-08-29 16_18_59 │ │ │ └── Out │ │ │ │ ├── PersonTarget2.xml │ │ │ │ └── PersonTargetWithoutZip.xml │ │ ├── HowMapsWorksWithoutPhoneCallsMapTest-2014-08-27 11_55_36.vsp │ │ ├── a7176293-583d-4680-8a42-4e04fe70387f │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_24_26.coverage │ │ ├── b9b20e6b-7557-42fe-9b0c-030c65723543 │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_17_41.coverage │ │ └── d1506e48-edca-4acc-af34-3301d9242b35 │ │ │ └── Administrator_BTS2013LAB01 2014-08-29 16_25_07.coverage │ ├── TestSettings.testsettings │ ├── UnitTestProject1 │ │ ├── HowMapsWorksTest.cs │ │ ├── PersonOriginTest.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── UnitTestProject1.csproj │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.TOM.dll │ │ │ │ ├── PipelineObjects.dll │ │ │ │ ├── SandroPereira.BizTalk.MapTestTools.dll │ │ │ │ ├── UnitTestProject1.dll │ │ │ │ ├── UnitTestProject1.dll.orig │ │ │ │ ├── UnitTestProject1.instr.pdb │ │ │ │ ├── UnitTestProject1.pdb │ │ │ │ ├── UnitTestingFeatureWithMaps.dll │ │ │ │ ├── UnitTestingFeatureWithMaps.dll.orig │ │ │ │ ├── UnitTestingFeatureWithMaps.instr.pdb │ │ │ │ └── UnitTestingFeatureWithMaps.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── UnitTestProject1.csproj.FileListAbsolute.txt │ │ │ ├── UnitTestProject1.csprojResolveAssemblyReference.cache │ │ │ ├── UnitTestProject1.dll │ │ │ └── UnitTestProject1.pdb │ ├── UnitTestingFeatureWithMaps.sln │ ├── UnitTestingFeatureWithMaps │ │ ├── Maps │ │ │ ├── BasicsOfMaps.btm │ │ │ ├── BasicsOfMaps.btm.cs │ │ │ ├── HowMapsWorks.btm │ │ │ └── HowMapsWorks.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Schemas │ │ │ ├── PersonOrigin.xsd │ │ │ ├── PersonOrigin.xsd.cs │ │ │ ├── PersonTarget.xsd │ │ │ ├── PersonTarget.xsd.cs │ │ │ ├── PersonTarget2.xsd │ │ │ └── PersonTarget2.xsd.cs │ │ ├── UnitTestingFeatureWithMaps.btproj │ │ ├── UnitTestingFeatureWithMaps.btproj.user │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── UnitTestingFeatureWithMaps.dll │ │ │ │ └── UnitTestingFeatureWithMaps.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── UnitTestingFeatureWithMaps.ClrTypes.dll │ │ │ ├── UnitTestingFeatureWithMaps.btproj.FileListAbsolute.txt │ │ │ ├── UnitTestingFeatureWithMaps.dll │ │ │ └── UnitTestingFeatureWithMaps.pdb │ └── media │ │ └── Visual-Studio-2012-Add-New-Item-Solution-Items.png └── README.md ├── Tracking-and-Troubleshooting-BizTalk-Applications ├── Moving-Event-Source-To-Different-Event-Log │ ├── AnnoyingTord.sln │ ├── AnnoyingTord │ │ ├── AnnoyingTord.btproj │ │ ├── AnnoyingTord.btproj.user │ │ ├── AnnoyingTord.snk │ │ ├── AnnoyingTordOrch.odx │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── AnnoyingTord.dll │ │ │ │ └── AnnoyingTord.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── AnnoyingTord.ClrTypes.dll │ │ │ ├── AnnoyingTord.btproj.FileListAbsolute.txt │ │ │ ├── AnnoyingTord.dll │ │ │ ├── AnnoyingTord.pdb │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── PowerShell │ │ └── MovingAnEventSourceToADifferentWindowsEventLog.ps1 │ ├── README.md │ └── media │ │ └── Annoying-Tord.png └── README.md ├── Working-with-Maps ├── Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy │ ├── BizTalkMapperSemanticTranslatorPattern.sln │ ├── BizTalkMapperSemanticTranslatorPattern │ │ ├── BizTalkMapperSemanticTranslatorPattern.btproj │ │ ├── BizTalkMapperSemanticTranslatorPattern.btproj.user │ │ ├── LinkByName │ │ │ ├── MapByName.btm │ │ │ ├── MapByName.btm.cs │ │ │ ├── POByName.xsd │ │ │ └── POByName.xsd.cs │ │ ├── LinkBySctructure │ │ │ ├── MapBySctructure.btm │ │ │ ├── MapBySctructure.btm.cs │ │ │ ├── POBySctructure.xsd │ │ │ └── POBySctructure.xsd.cs │ │ ├── MassCopy │ │ │ ├── CanonicalPurchaseOrder.xsd │ │ │ ├── CanonicalPurchaseOrder.xsd.cs │ │ │ ├── MapUsingCustomMassCopy.btm │ │ │ ├── MapUsingCustomMassCopy.btm.cs │ │ │ ├── MapUsingMassCopy.btm │ │ │ └── MapUsingMassCopy.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── PurchaseOrder.xsd │ │ ├── PurchaseOrder.xsd.cs │ │ ├── SandroPereiraPatterns.snk │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── BizTalkMapperSemanticTranslatorPattern.dll │ │ │ │ └── BizTalkMapperSemanticTranslatorPattern.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── BizTalkMapperSemanticTranslatorPattern.ClrTypes.dll │ │ │ ├── BizTalkMapperSemanticTranslatorPattern.btproj.FileListAbsolute.txt │ │ │ ├── BizTalkMapperSemanticTranslatorPattern.dll │ │ │ ├── BizTalkMapperSemanticTranslatorPattern.pdb │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── FILES │ │ └── PurchaseOrder.xml │ ├── README.md │ └── media │ │ ├── Link-by-Name.png │ │ ├── Link-by-Structure.png │ │ └── Mass-Copy.png ├── Basics-principles-of-Maps │ ├── ComoFuncinamOsMapas.sln │ ├── ComoFuncinamOsMapas.suo │ ├── ComoFuncinamOsMapas │ │ ├── ComoFuncinamOsMapas.btproj │ │ ├── ComoFuncinamOsMapas.btproj.user │ │ ├── ComoFuncionamOsMapas.snk │ │ ├── Map1.btm │ │ ├── Map1.btm.cs │ │ ├── Map2.btm.cs │ │ ├── Map3.btm │ │ ├── Mapas │ │ │ ├── ComoFuncionamOsMapas.btm │ │ │ ├── ComoFuncionamOsMapas.btm.cs │ │ │ ├── Etiquetas.btm │ │ │ ├── Etiquetas.btm.cs │ │ │ ├── ExemploScriptingFunctoid.btm │ │ │ ├── ExemploScriptingFunctoid.btm.cs │ │ │ ├── LinkForaOrdemMap.btm │ │ │ ├── LinkForaOrdemMap.btm.cs │ │ │ ├── Map1.btm │ │ │ ├── PessoaOrigemParaDestino.btm │ │ │ ├── PessoaOrigemParaDestino.btm.cs │ │ │ ├── RecordLinkPorOrdem.btm │ │ │ └── RecordLinkPorOrdem.btm.cs │ │ ├── MapasNetPonto │ │ │ ├── DemoNetPonto.btm │ │ │ └── DemoNetPonto.btm.cs │ │ ├── NetPonto.btm │ │ ├── NetPonto.btm.cs │ │ ├── Orchestrations │ │ │ └── MapTestOrchestration.odx │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Schemas │ │ │ ├── PessoaDestino.xsd │ │ │ ├── PessoaDestino.xsd.cs │ │ │ ├── PessoaDestino2.xsd │ │ │ ├── PessoaDestino2.xsd.cs │ │ │ ├── PessoaOrigem.xsd │ │ │ ├── PessoaOrigem.xsd.cs │ │ │ ├── PessoasDestino.xsd │ │ │ ├── PessoasDestino.xsd.cs │ │ │ ├── PessoasOrigem.xsd │ │ │ └── PessoasOrigem.xsd.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── ComoFuncinamOsMapas.dll │ │ │ │ └── ComoFuncinamOsMapas.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── ComoFuncinamOsMapas.ClrTypes.dll │ │ │ ├── ComoFuncinamOsMapas.btproj.FileListAbsolute.txt │ │ │ ├── ComoFuncinamOsMapas.dll │ │ │ ├── ComoFuncinamOsMapas.pdb │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Ficheiros │ │ ├── PessoaOrigem_output - Copy.xml │ │ ├── PessoaOrigem_output - SEM CodigoPostal.xml │ │ ├── PessoaOrigem_output.xml │ │ └── Schema1_output.xml │ ├── Files │ │ ├── PeopleOrigin.xml │ │ ├── PersonOrigin - Copy.xml │ │ ├── PersonOrigin - without Zip.xml │ │ └── PersonOrigin.xml │ ├── HowMapsWorks │ │ ├── ComoFuncionamOsMapas.snk │ │ ├── HowMapsWorks.btproj │ │ ├── HowMapsWorks.btproj.user │ │ ├── Maps │ │ │ ├── BasicsOfMaps.btm │ │ │ ├── BasicsOfMaps.btm.cs │ │ │ ├── HowMapsWorks.btm │ │ │ ├── HowMapsWorks.btm.cs │ │ │ ├── LinksOutOfOrder.btm │ │ │ ├── LinksOutOfOrder.btm.cs │ │ │ ├── LinksPerOrder.btm │ │ │ ├── LinksPerOrder.btm.cs │ │ │ ├── ScriptingFunctoidSample.btm │ │ │ ├── ScriptingFunctoidSample.btm.cs │ │ │ ├── WorkingWithLabels.btm │ │ │ └── WorkingWithLabels.btm.cs │ │ ├── Orchestrations │ │ │ └── TestMapInOrchestration.odx │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Schemas │ │ │ ├── PeopleOrigin.xsd │ │ │ ├── PeopleOrigin.xsd.cs │ │ │ ├── PeopleTarget.xsd │ │ │ ├── PeopleTarget.xsd.cs │ │ │ ├── PersonOrigin.xsd │ │ │ ├── PersonOrigin.xsd.cs │ │ │ ├── PersonTarget.xsd │ │ │ ├── PersonTarget.xsd.cs │ │ │ ├── PersonTarget2.xsd │ │ │ └── PersonTarget2.xsd.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── HowMapsWorks.dll │ │ │ │ └── HowMapsWorks.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── HowMapsWorks.ClrTypes.dll │ │ │ ├── HowMapsWorks.btproj.FileListAbsolute.txt │ │ │ ├── HowMapsWorks.dll │ │ │ └── HowMapsWorks.pdb │ └── README.md ├── Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids │ ├── BuiltInVSScriptingVSCustomFunctoids.sln │ ├── BuiltInVSScriptingVSCustomFunctoids │ │ ├── BuiltInVSScriptingVSCustomFunctoids.btproj │ │ ├── BuiltInVSScriptingVSCustomFunctoids.btproj.user │ │ ├── MappingMultipleDates │ │ │ ├── MappingMultipleDates.btm │ │ │ ├── MappingMultipleDatesUsingCustomFunctoid.btm │ │ │ └── MappingMultipleDatesUsingScriptingFunctoid.btm │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Schemas │ │ │ ├── Order.xsd │ │ │ └── SAPOrder.xsd │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Files │ │ └── Order_output.xml │ ├── README.md │ └── media │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png ├── Calling-external-assembly-from-Custom-XSLT │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.sln │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.suo │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT │ │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.btproj │ │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.btproj.user │ │ ├── CarInfo.xsd │ │ ├── CarInfo.xsd.cs │ │ ├── CarInfo_to_CarsOnSale.btm │ │ ├── CarInfo_to_CarsOnSale.btm.cs │ │ ├── CarsOnSale.xsd │ │ ├── CarsOnSale.xsd.cs │ │ ├── ExtendingMapper.snk │ │ ├── ExternalAssembly.xml │ │ ├── ExternalAssemblyFix.ps1 │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.dll │ │ │ │ └── BizTalk.CallingExternalAssemblyFromInlineXSLT.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.ClrTypes.dll │ │ │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.btproj.FileListAbsolute.txt │ │ │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.dll │ │ │ ├── BizTalk.CallingExternalAssemblyFromInlineXSLT.pdb │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── InputFile │ │ └── CarInfo.xml │ ├── Mapper.Extensions.Functions │ │ ├── ExtendingMapper.snk │ │ ├── MapperExtensionsFunctions.csproj │ │ ├── MappingFunctions.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── MapperExtensionsFunctions.dll │ │ │ │ └── MapperExtensionsFunctions.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Mapper.Extensions.Functions.csproj.FileListAbsolute.txt │ │ │ ├── Mapper.Extensions.Functions.dll │ │ │ ├── Mapper.Extensions.Functions.pdb │ │ │ ├── MapperExtensionsFunctions.csproj.FileListAbsolute.txt │ │ │ ├── MapperExtensionsFunctions.dll │ │ │ └── MapperExtensionsFunctions.pdb │ ├── README.md │ └── media │ │ └── Custom-Extension-XML.png ├── Canonical-Data-Model-Pattern │ ├── CanonicalDataModelPattern.sln │ ├── CanonicalDataModelPattern │ │ ├── 01-Solution │ │ │ ├── CanonicalRequest.xsd │ │ │ ├── CanonicalRequest.xsd.cs │ │ │ ├── ServiceSchemas │ │ │ │ ├── AddUser.xsd │ │ │ │ ├── AddUser.xsd.cs │ │ │ │ ├── AddUserPlatformB.xsd │ │ │ │ ├── AddUserPlatformB.xsd.cs │ │ │ │ ├── ChangeUserInfo.xsd │ │ │ │ ├── ChangeUserInfo.xsd.cs │ │ │ │ ├── ChangeUserPassword.xsd │ │ │ │ ├── ChangeUserPassword.xsd.cs │ │ │ │ ├── RemoveUser.xsd │ │ │ │ └── RemoveUser.xsd.cs │ │ │ └── ServiceSchemasToCanonical │ │ │ │ ├── AddUserPlatformBToCanonicalMap.btm │ │ │ │ ├── AddUserPlatformBToCanonicalMap.btm.cs │ │ │ │ ├── AddUserToCanonicalMap.btm │ │ │ │ ├── AddUserToCanonicalMap.btm.cs │ │ │ │ ├── ChangeUserInfoToCanonicalMap.btm │ │ │ │ ├── ChangeUserInfoToCanonicalMap.btm.cs │ │ │ │ ├── ChangeUserPasswordToCanonicalMap.btm │ │ │ │ ├── ChangeUserPasswordToCanonicalMap.btm.cs │ │ │ │ ├── RemoveUserToCanonicalMap.btm │ │ │ │ └── RemoveUserToCanonicalMap.btm.cs │ │ ├── 02-Solution │ │ │ ├── NestedPurchaseOrder.xsd │ │ │ ├── NestedToOneMapXSLT.btm │ │ │ ├── Order.xsd │ │ │ ├── OrderSimple.xsd │ │ │ └── OrderToSimpleOrderMap.btm │ │ ├── CanonicalDataModelPattern.btproj │ │ ├── CanonicalDataModelPattern.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── CanonicalDataModelPattern.dll │ │ │ │ └── CanonicalDataModelPattern.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── CanonicalDataModelPattern.ClrTypes.dll │ │ │ ├── CanonicalDataModelPattern.btproj.FileListAbsolute.txt │ │ │ ├── CanonicalDataModelPattern.dll │ │ │ ├── CanonicalDataModelPattern.pdb │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── InputFiles │ │ └── Order_output.xml │ ├── MSI │ │ ├── CanonicalDataModelPattern.BindingInfo.xml │ │ └── CanonicalDataModelPattern.msi │ ├── README.md │ └── media │ │ └── BizTalk-Server-Port-Configuration-Canonical-Data-Model-Pattern.png ├── Conditional-Pattern │ ├── README.md │ ├── TestFiles │ │ ├── 01 │ │ │ ├── CheckDataExistenceSource_input.xml │ │ │ ├── CheckDataExistenceSource_input2.xml │ │ │ ├── CheckDataExistenceSource_input3.xml │ │ │ ├── CheckDataExistenceSource_input4.xml │ │ │ ├── CheckDataExistenceSource_input5.xml │ │ │ ├── CheckDataExistenceSource_input6.xml │ │ │ ├── CheckDataExistenceSource_input7.xml │ │ │ └── CheckDataExistenceSource_input8.xml │ │ ├── 02 │ │ │ ├── CommonConditionsSource.xml │ │ │ └── CommonConditionsSource2.xml │ │ ├── 03 │ │ │ ├── IfThenElseSource.xml │ │ │ ├── IfThenElseSource2.xml │ │ │ ├── IfThenElseSource3.xml │ │ │ └── IfThenElseSource4.xml │ │ ├── 04 │ │ │ ├── Instance.xml │ │ │ ├── Instance2.xml │ │ │ └── output.xml │ │ └── Conditions_output.xml │ ├── WorkingWithConditions.sln │ ├── WorkingWithConditions │ │ ├── 01-CheckDataExistence │ │ │ ├── CheckDataExistenceDestination.xsd │ │ │ ├── CheckDataExistenceDestination.xsd.cs │ │ │ ├── CheckDataExistenceMap.btm │ │ │ ├── CheckDataExistenceMap.btm.cs │ │ │ ├── CheckDataExistenceSource.xsd │ │ │ ├── CheckDataExistenceSource.xsd.cs │ │ │ ├── CommonConditionsDestination.xsd.cs │ │ │ ├── CommonConditionsMap.btm.cs │ │ │ └── CommonConditionsSource.xsd.cs │ │ ├── 02-IfThen │ │ │ ├── CommonConditionsDestination.xsd │ │ │ ├── CommonConditionsDestination.xsd.cs │ │ │ ├── CommonConditionsMap.btm │ │ │ ├── CommonConditionsMap.btm.cs │ │ │ ├── CommonConditionsMapImproved.btm │ │ │ ├── CommonConditionsMapImproved.btm.cs │ │ │ ├── CommonConditionsSource.xsd │ │ │ └── CommonConditionsSource.xsd.cs │ │ ├── 03-IfThenElse │ │ │ ├── IfThenElseDestination.xsd │ │ │ ├── IfThenElseDestination.xsd.cs │ │ │ ├── IfThenElseMap.btm │ │ │ ├── IfThenElseMap.btm.cs │ │ │ ├── IfThenElseMapSol2.btm │ │ │ ├── IfThenElseMapSol2.btm.cs │ │ │ ├── IfThenElseMapSol3.btm │ │ │ ├── IfThenElseMapSol3.btm.cs │ │ │ ├── IfThenElseSource.xsd │ │ │ └── IfThenElseSource.xsd.cs │ │ ├── 04-IfThenElseRecursiveRecords │ │ │ ├── Instance.xsd │ │ │ ├── Instance.xsd.cs │ │ │ ├── MapIfInsideLoop.btm │ │ │ ├── MapIfInsideLoop.btm.cs │ │ │ ├── MapIfInsideLoop2.btm │ │ │ ├── MapIfInsideLoop2.btm.cs │ │ │ ├── MapIfInsideLoop3.btm │ │ │ ├── MapIfInsideLoop3.btm.cs │ │ │ ├── MapIfInsideLoop4.btm │ │ │ ├── MapIfInsideLoop4.btm.cs │ │ │ ├── MapIfInsideLoop5.btm │ │ │ ├── MapIfInsideLoop5.btm.cs │ │ │ ├── OutputReq.xsd │ │ │ ├── OutputReq.xsd.cs │ │ │ ├── output.xsd │ │ │ └── output.xsd.cs │ │ ├── 05-SwitchStatement │ │ │ ├── MapConditionsRecords.btm │ │ │ ├── MapConditionsRecords.btm.cs │ │ │ ├── MapConditionsRecordsCScript.btm │ │ │ ├── MapConditionsRecordsCScript.btm.cs │ │ │ ├── MapConditionsRecordsXSLT.btm │ │ │ └── MapConditionsRecordsXSLT.btm.cs │ │ ├── Conditions.xsd │ │ ├── Conditions.xsd.cs │ │ ├── ConditionsResult.xsd │ │ ├── ConditionsResult.xsd.cs │ │ ├── ConditionsResult2.xsd │ │ ├── ConditionsResult2.xsd.cs │ │ ├── MapConditions.btm │ │ ├── MapConditions.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── WorkingWithConditions.btproj │ │ ├── WorkingWithConditions.btproj.user │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── WorkingWithConditions.dll │ │ │ │ └── WorkingWithConditions.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── WorkingWithConditions.ClrTypes.dll │ │ │ ├── WorkingWithConditions.btproj.FileListAbsolute.txt │ │ │ ├── WorkingWithConditions.dll │ │ │ └── WorkingWithConditions.pdb │ └── media │ │ └── BizTalk-Mapper-Switch-segment.png ├── Content-Enricher-Pattern │ ├── InstallationFiles │ │ └── JoinMultipleMessages.msi │ ├── JoinMultipleMessages.sln │ ├── JoinMultipleMessages │ │ ├── 1-TryingFunctoids │ │ │ └── TransformUsingFunctoids.btm │ │ ├── 2-UsingFunctoidsandCSharp │ │ │ └── TransformUsingFunctoids2Approach.btm │ │ ├── 3-UsingXSLTTemplate │ │ │ └── TransformUserAndAddressToOutput.btm │ │ ├── InputAddresses.xsd │ │ ├── InputAddresses.xsd.cs │ │ ├── InputAddresses1.xsd │ │ ├── InputAddresses1.xsd.cs │ │ ├── InuputUsers.xsd │ │ ├── InuputUsers.xsd.cs │ │ ├── InuputUsers1.xsd │ │ ├── InuputUsers1.xsd.cs │ │ ├── JoinMultipleMessages.btproj │ │ ├── JoinMultipleMessages.btproj.user │ │ ├── JoinMultipleMessages.snk │ │ ├── JoinMultipleMessagesDemoOrchestration.odx │ │ ├── OutputMessage.xsd │ │ ├── OutputMessage.xsd.cs │ │ ├── OutputMessage1.xsd │ │ ├── OutputMessage1.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── TransformUserAndAddressToOutput.btm.cs │ │ ├── Transform_User_and_Addresses_In_Output.btm.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── JoinMultipleMessages.dll │ │ │ │ └── JoinMultipleMessages.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── JoinMultipleMessages.ClrTypes.dll │ │ │ ├── JoinMultipleMessages.btproj.FileListAbsolute.txt │ │ │ ├── JoinMultipleMessages.dll │ │ │ └── JoinMultipleMessages.pdb │ ├── README.md │ ├── TestFiles │ │ ├── InputAddresses.xml │ │ ├── InuputUsers.xml │ │ ├── OutputMessage.xml │ │ ├── inputfile.xml │ │ └── inputfilemultiple.xml │ └── media │ │ └── Content-Enricher-Pattern.PNG ├── Content-Filter-Pattern-Data-Cleaning-Pattern │ ├── BizTalkMapperContentFilterPattern.sln │ ├── BizTalkMapperContentFilterPattern │ │ ├── BizTalkMapperContentFilterPattern.btproj │ │ ├── BizTalkMapperContentFilterPattern.btproj.user │ │ ├── NormalizeAndRemoveUnnecessaryData │ │ │ ├── Client.xsd │ │ │ ├── Client.xsd.cs │ │ │ ├── CustomerService.xsd │ │ │ ├── CustomerService.xsd.cs │ │ │ ├── mapNormalizeAndRemoveUnnecessaryData.btm │ │ │ └── mapNormalizeAndRemoveUnnecessaryData.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── RemoveDuplicates │ │ │ ├── ApplicationForms.xsd.cs │ │ │ ├── LastRequest │ │ │ │ ├── ApplicationForms.xsd │ │ │ │ ├── ApplicationForms.xsd.cs │ │ │ │ ├── Map1.btm.cs │ │ │ │ ├── MaxMap.xsl │ │ │ │ ├── XSLTFiles │ │ │ │ │ └── mapUsingExternalXSLTFileAndTemplates.xsl │ │ │ │ ├── mapRemoveApplicationFormsDuplicates.btm │ │ │ │ ├── mapRemoveApplicationFormsDuplicates.btm.cs │ │ │ │ ├── mapRemoveApplicationFormsDuplicatesSample2.btm.cs │ │ │ │ └── mapUsingExternalXSLTFileAndTemplates.btm │ │ │ ├── Sample1 │ │ │ │ ├── OrderList.xsd │ │ │ │ ├── OrderList.xsd.cs │ │ │ │ ├── mapRemoveDuplicatesFunctoids.btm │ │ │ │ ├── mapRemoveDuplicatesFunctoids.btm.cs │ │ │ │ ├── mapRemoveDuplicatesMuenchianMethod.btm │ │ │ │ ├── mapRemoveDuplicatesMuenchianMethod.btm.cs │ │ │ │ ├── mapRemoveDuplicatesPrecedingSibling.btm │ │ │ │ └── mapRemoveDuplicatesPrecedingSibling.btm.cs │ │ │ └── mapRemoveApplicationFormsDuplicates.btm.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── BizTalkMapperContentFilterPattern.dll │ │ │ │ └── BizTalkMapperContentFilterPattern.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── BizTalkMapperContentFilterPattern.ClrTypes.dll │ │ │ ├── BizTalkMapperContentFilterPattern.btproj.FileListAbsolute.txt │ │ │ ├── BizTalkMapperContentFilterPattern.dll │ │ │ ├── BizTalkMapperContentFilterPattern.pdb │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Files │ │ ├── Example2 │ │ │ ├── ApplicationForms - Copy.xml │ │ │ └── ApplicationForms.xml │ │ └── Sample1 │ │ │ └── OrderList_output.xml │ ├── README.md │ └── media │ │ ├── BizTalk-Mapper-Patterns-Content-Filter-Pattern.png │ │ └── BizTalk-Mapper-Patterns-Data-Cleaning-Pattern.png ├── Copy-Processing-Instructions-Grid-Property-explained │ ├── Files │ │ ├── input.xml │ │ └── input1.xml │ ├── MappingProcessingInstructions.sln │ ├── MappingProcessingInstructions │ │ ├── Demo.xsd │ │ ├── Input.xsd │ │ ├── MapPIs.btm │ │ ├── MapPIsTrue.btm │ │ ├── Mapdemo.btm │ │ ├── MappingProcessingInstructions.btproj │ │ ├── MappingProcessingInstructions.btproj.user │ │ ├── Output.xsd │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── README.md ├── External-Custom-XSLT-vs-BizTalk-Mapper │ ├── ExternalCustomXSLTvsBizTalkMapper.sln │ ├── ExternalCustomXSLTvsBizTalkMapper │ │ ├── ExternalCustomXSLTvsBizTalkMapper.btproj │ │ ├── ExternalCustomXSLTvsBizTalkMapper.btproj.user │ │ ├── MapWithExternalXSLT.btm │ │ ├── MapWithExternalXSLT.btm.cs │ │ ├── MapWithFunctoids.btm │ │ ├── MapWithFunctoids.btm.cs │ │ ├── MapWithInlineXSLTandCSharp.btm │ │ ├── MapWithInlineXSLTandCSharp.btm.cs │ │ ├── Order.xsd │ │ ├── Order.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SAPOrder.xsd │ │ ├── SAPOrder.xsd.cs │ │ ├── XSLTResources │ │ │ └── MapWithExternalXSLT-XSLTFile.xsl │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── ExternalCustomXSLTvsBizTalkMapper.dll │ │ │ │ └── ExternalCustomXSLTvsBizTalkMapper.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── ExternalCustomXSLTvsBizTalkMapper.ClrTypes.dll │ │ │ ├── ExternalCustomXSLTvsBizTalkMapper.btproj.FileListAbsolute.txt │ │ │ ├── ExternalCustomXSLTvsBizTalkMapper.dll │ │ │ └── ExternalCustomXSLTvsBizTalkMapper.pdb │ ├── Files │ │ └── ExternalXSLT.xsl │ └── README.md ├── GenerateDefaultFixedNodes-attribute-of-the-mapsource-element │ ├── GenerateDefaultFixedNodes.sln │ ├── GenerateDefaultFixedNodes │ │ ├── GenerateDefaultFixedNodes.btm │ │ ├── GenerateDefaultFixedNodes.btm.cs │ │ ├── GenerateDefaultFixedNodes.btproj │ │ ├── GenerateDefaultFixedNodes.btproj.user │ │ ├── GenerateDefaultFixedNodesRequiredDefaults.btm │ │ ├── GenerateDefaultFixedNodesYes.btm │ │ ├── Input.xsd │ │ ├── Input.xsd.cs │ │ ├── Output.xsd │ │ ├── Output.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── GenerateDefaultFixedNodes.dll │ │ │ │ └── GenerateDefaultFixedNodes.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── GenerateDefaultFixedNodes.ClrTypes.dll │ │ │ ├── GenerateDefaultFixedNodes.btproj.FileListAbsolute.txt │ │ │ ├── GenerateDefaultFixedNodes.dll │ │ │ └── GenerateDefaultFixedNodes.pdb │ ├── README.md │ └── media │ │ └── BizTalk-Mapper-GenerateDefaultFixedNodes-attribute.png ├── Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps │ ├── InstallationFiles │ │ └── JoinMultipleMessages.msi │ ├── JoinMultipleMessages.sln │ ├── JoinMultipleMessages │ │ ├── InputAddresses.xsd │ │ ├── InputAddresses.xsd.cs │ │ ├── InputAddresses1.xsd │ │ ├── InputAddresses1.xsd.cs │ │ ├── InuputUsers.xsd │ │ ├── InuputUsers.xsd.cs │ │ ├── InuputUsers1.xsd │ │ ├── InuputUsers1.xsd.cs │ │ ├── JoinMultipleMessages.btproj │ │ ├── JoinMultipleMessages.btproj.user │ │ ├── JoinMultipleMessages.snk │ │ ├── JoinMultipleMessagesDemoOrchestration.odx │ │ ├── OutputMessage.xsd │ │ ├── OutputMessage.xsd.cs │ │ ├── OutputMessage1.xsd │ │ ├── OutputMessage1.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Transform_User_and_Addresses_In_Output.btm │ │ ├── Transform_User_and_Addresses_In_Output.btm.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── JoinMultipleMessages.dll │ │ │ │ └── JoinMultipleMessages.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── JoinMultipleMessages.ClrTypes.dll │ │ │ ├── JoinMultipleMessages.btproj.FileListAbsolute.txt │ │ │ ├── JoinMultipleMessages.dll │ │ │ └── JoinMultipleMessages.pdb │ ├── README.md │ ├── TestFiles │ │ ├── InputAddresses.xml │ │ ├── InuputUsers.xml │ │ └── OutputMessage.xml │ └── media │ │ ├── grouping-solution.png │ │ └── screenshot.png ├── Grouping-Pattern-Selecting-distinct-nodes │ ├── Msg │ │ ├── DataInput.xml │ │ ├── DataMap_output.xml │ │ ├── Input.xml │ │ ├── InputPersons.xml │ │ ├── MapListParteners_output.xml │ │ └── MapPerson_output.xml │ ├── README.md │ ├── SelectDistinctValues.sln │ ├── SelectDistinctValues │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Sample1 │ │ │ ├── Input.xsd │ │ │ ├── Input.xsd.cs │ │ │ ├── MapListParteners.btm │ │ │ ├── MapListParteners.btm.cs │ │ │ ├── Output1.xsd │ │ │ └── Output1.xsd.cs │ │ ├── Sample2 │ │ │ ├── DataInput.xsd │ │ │ ├── DataInput.xsd.cs │ │ │ ├── DataMap.btm │ │ │ ├── DataMap.btm.cs │ │ │ ├── DataOutput.xsd │ │ │ └── DataOutput.xsd.cs │ │ ├── Sample3 │ │ │ ├── InputPersons.xsd │ │ │ ├── InputPersons.xsd.cs │ │ │ ├── MapPerson.btm │ │ │ ├── MapPerson.btm.cs │ │ │ ├── OutputPersons.xsd │ │ │ └── OutputPersons.xsd.cs │ │ ├── SelectDistinctValues.btproj │ │ ├── SelectDistinctValues.btproj.user │ │ ├── bin │ │ │ └── Deployment │ │ │ │ ├── SelectDistinctValues.dll │ │ │ │ └── SelectDistinctValues.pdb │ │ └── obj │ │ │ └── Deployment │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── ResolveAssemblyReference.cache │ │ │ ├── SelectDistinctValues.ClrTypes.dll │ │ │ ├── SelectDistinctValues.btproj.FileListAbsolute.txt │ │ │ ├── SelectDistinctValues.dll │ │ │ └── SelectDistinctValues.pdb │ └── media │ │ ├── MapPerson.png │ │ ├── distinct-values-map1.jpg │ │ └── distinct-values-map2.jpg ├── Grouping-Pattern-implement-multi-level-Muenchian-grouping │ ├── Msg │ │ ├── InputRecord.xml │ │ └── OutputRecord.xml │ ├── MultiLevelMuenchianGrouping.sln │ ├── MultiLevelMuenchianGrouping │ │ ├── MultiLevelMuenchianGrouping.btproj │ │ ├── MultiLevelMuenchianGrouping.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Sample1 │ │ │ ├── InputRecord.xsd │ │ │ ├── MapInputToOutput.btm │ │ │ └── OutputRecord.xsd │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── README.md ├── How-To-Reuse-Scripting-Functoids-with-Inline-Csharp │ ├── MapTipsHowToReuseScriptingFunctoids.sln │ ├── MapTipsHowToReuseScriptingFunctoids.v12.suo │ ├── MapTipsHowToReuseScriptingFunctoids │ │ ├── MapTipsHowToReuseScriptingFunctoids.btproj │ │ ├── MapTipsHowToReuseScriptingFunctoids.btproj.user │ │ ├── MappingMultipleDates │ │ │ ├── DifferentScriptingFunctoidWithTheSameNameNotOk.btm │ │ │ ├── DifferentScriptingFunctoidWithTheSameNameOk.btm │ │ │ ├── ReuseScriptingFunctoidBadWay.btm │ │ │ ├── ReuseScriptingFunctoidCrazyWay.btm │ │ │ └── ReuseScriptingFunctoidGoodWay.btm │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Schemas │ │ │ ├── Order.xsd │ │ │ └── SAPOrder.xsd │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── README.md │ └── media │ │ └── Reuse-Scripting-Functoid-Good-Way.png ├── How-map-values-from-repeating-node-into-single-node-using-conditions │ ├── BizTalkMapperIFinLoppingRecord.sln │ ├── BizTalkMapperIFinLoppingRecord │ │ ├── BizTalkMapperIFinLoppingRecord.btproj │ │ ├── BizTalkMapperIFinLoppingRecord.btproj.user │ │ ├── Instance.xsd │ │ ├── Instance.xsd.cs │ │ ├── MapIfInsideLoop.btm │ │ ├── MapIfInsideLoop.btm.cs │ │ ├── MapIfInsideLoop2.btm │ │ ├── MapIfInsideLoop2.btm.cs │ │ ├── MapIfInsideLoop3.btm │ │ ├── MapIfInsideLoop3.btm.cs │ │ ├── MapIfInsideLoop4.btm │ │ ├── MapIfInsideLoop4.btm.cs │ │ ├── OutputReq.xsd │ │ ├── OutputReq.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── BizTalkMapperIFinLoppingRecord.dll │ │ │ │ └── BizTalkMapperIFinLoppingRecord.pdb │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── BizTalk │ │ │ │ └── BuildDone │ │ │ │ ├── BizTalkMapperIFinLoppingRecord.ClrTypes.dll │ │ │ │ ├── BizTalkMapperIFinLoppingRecord.btproj.FileListAbsolute.txt │ │ │ │ ├── BizTalkMapperIFinLoppingRecord.dll │ │ │ │ ├── BizTalkMapperIFinLoppingRecord.pdb │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── output.xsd │ │ └── output.xsd.cs │ ├── Files │ │ ├── Instance.xml │ │ └── output.xml │ ├── README.md │ └── media │ │ ├── map-values-from-repeating-node-into-single-node-using-conditions-with-functoids-all.png │ │ └── map-values-from-repeating-node-into-single-node-using-conditions-with-scripting-3.png ├── How-to-Access-Orchestration-Variables-from-Maps │ ├── HowToSendOrchestrationVariablesIntoMaps.sln │ ├── HowToSendOrchestrationVariablesIntoMaps │ │ ├── CustomerOrder.cs │ │ ├── CustomerOrder.xsd │ │ ├── CustomerOrder.xsd.cs │ │ ├── CustomerOrderToSAPOrder.btm.cs │ │ ├── Demo03.snk │ │ ├── HowToSendOrchestrationVariablesIntoMaps.btproj │ │ ├── HowToSendOrchestrationVariablesIntoMaps.btproj.user │ │ ├── MAP11.btm │ │ ├── OrchestrationSupport.xsd │ │ ├── OrchestrationSupport.xsd.cs │ │ ├── OrderToSAPOrderTransformation.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SAPOrder.xsd │ │ ├── SAPOrder.xsd.cs │ │ ├── SendOrchestrationVariablesIntoMaps.odx │ │ ├── UsingFunctoid │ │ │ ├── AccessOrchestrationVarUsingFunctoi.odx │ │ │ ├── OrderToSAPOrderAccessOrcVarFunctoids.btm │ │ │ └── OrderToSAPOrderAccessOrcVarFunctoids.btm.cs │ │ ├── UsingHelperClass │ │ │ ├── AccessOrchestrationVarUsingHC.odx │ │ │ ├── OrderToSAPOrderAccOrcVarHC.btm │ │ │ └── OrderToSAPOrderAccOrcVarHC.btm.cs │ │ ├── UsingSupportSchema │ │ │ ├── OrderToSAPOrderTransformation.btm │ │ │ └── OrderToSAPOrderTransformation.btm.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── HowToSendOrchestrationVariablesIntoMaps.dll │ │ │ │ ├── HowToSendOrchestrationVariablesIntoMaps.pdb │ │ │ │ └── StoreValuesHelperClass.dll │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── HowToSendOrchestrationVariablesIntoMaps.ClrTypes.dll │ │ │ ├── HowToSendOrchestrationVariablesIntoMaps.btproj.FileListAbsolute.txt │ │ │ ├── HowToSendOrchestrationVariablesIntoMaps.dll │ │ │ └── HowToSendOrchestrationVariablesIntoMaps.pdb │ ├── OrchVarRetrieverFunctoid │ │ ├── OrchVarRetriever.cs │ │ ├── OrchVarRetrieverFunctoid.csproj │ │ ├── OrchVarRetrieverFunctoid.csproj.user │ │ ├── OrchVarRetrieverFunctoid.snk │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Resources │ │ │ └── ORCH_VAR_RETRIEVER_BITMAP.bmp │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── OrchVarRetrieverFunctoid.dll │ │ │ │ └── OrchVarRetrieverFunctoid.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── OrchVarRetrieverFunctoid.Resources.resources │ │ │ ├── OrchVarRetrieverFunctoid.csproj.FileListAbsolute.txt │ │ │ ├── OrchVarRetrieverFunctoid.csproj.GenerateResource.Cache │ │ │ ├── OrchVarRetrieverFunctoid.csprojResolveAssemblyReference.cache │ │ │ ├── OrchVarRetrieverFunctoid.dll │ │ │ ├── OrchVarRetrieverFunctoid.pdb │ │ │ ├── TempPE │ │ │ └── Resources.Designer.cs.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── README.md │ ├── StoreValuesHelperClass │ │ ├── Demo03.snk │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── StoreValues.cs │ │ ├── StoreValuesHelperClass.csproj │ │ ├── StoreValuesHelperClass.csproj.user │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── StoreValuesHelperClass.dll │ │ │ │ └── StoreValuesHelperClass.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── StoreValuesHelperClass.csproj.FileListAbsolute.txt │ │ │ ├── StoreValuesHelperClass.csprojResolveAssemblyReference.cache │ │ │ ├── StoreValuesHelperClass.dll │ │ │ ├── StoreValuesHelperClass.pdb │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── Test files │ │ └── mapinputfile.xml │ └── media │ │ └── Content-Enricher-Pattern-2.PNG ├── How-to-create-a-Global-Inline-Csharp-Function │ ├── Files │ │ └── Order_output.xml │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.v12.suo │ ├── MapTipsDifferenWayToReuseScriptingFunctoids │ │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.btproj │ │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.btproj.user │ │ ├── MappingMultipleDates │ │ │ ├── DifferentWayReuseScriptingFunctoid.btm │ │ │ ├── DifferentWayReuseScriptingFunctoid.btm.cs │ │ │ ├── ReuseScriptingFunctoidGoodWay.btm │ │ │ └── ReuseScriptingFunctoidGoodWay.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── Schemas │ │ │ ├── Order.xsd │ │ │ ├── Order.xsd.cs │ │ │ ├── SAPOrder.xsd │ │ │ └── SAPOrder.xsd.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.dll │ │ │ │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.pdb │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.ClrTypes.dll │ │ │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.btproj.FileListAbsolute.txt │ │ │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.dll │ │ │ ├── MapTipsDifferenWayToReuseScriptingFunctoids.pdb │ │ │ └── MapTipsHowToReuseScriptingFunctoids.btprojResolveAssemblyReference.cache │ ├── MapTipsDifferentWayReuseScriptingFunctoid.sln │ ├── README.md │ └── media │ │ └── Reuse-Inline-Csharp-Functions-In-BizTalk-Maps-Different-Global-Function.png ├── How-to-create-a-custom-If-Then-Else-Functoid │ ├── BizTalk.Logical.Functoids │ │ ├── AdvLogicalAndFunctoid.cs │ │ ├── AdvLogicalEqFunctoid.cs │ │ ├── AdvLogicalGtFunctoid.cs │ │ ├── AdvLogicalGteFunctoid.cs │ │ ├── AdvLogicalLtFunctoid.cs │ │ ├── AdvLogicalLteFunctoid.cs │ │ ├── AdvLogicalNeFunctoid.cs │ │ ├── AdvLogicalNotFunctoid.cs │ │ ├── AdvLogicalOrFunctoid.cs │ │ ├── BizTalk.Logical.Functoids.csproj │ │ ├── BizTalk.Logical.Functoids.csproj.user │ │ ├── BizTalk.Logical.Functoids.csproj.vspscc │ │ ├── IfThenElse.cs │ │ ├── LogicalResources.Designer.cs │ │ ├── LogicalResources.resx │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Resources │ │ │ ├── IDB_ADVLOGICALAND.bmp │ │ │ ├── IDB_ADVLOGICALEQ.bmp │ │ │ ├── IDB_ADVLOGICALGT.bmp │ │ │ ├── IDB_ADVLOGICALGTE.bmp │ │ │ ├── IDB_ADVLOGICALLT.bmp │ │ │ ├── IDB_ADVLOGICALLTE.bmp │ │ │ ├── IDB_ADVLOGICALNOT.bmp │ │ │ ├── IDB_ADVLOGICALOR.bmp │ │ │ ├── IfElse.bmp │ │ │ └── notequal.bmp │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── BizTalk.Logical.Functoids.dll │ │ │ │ └── BizTalk.Logical.Functoids.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk.Logical.Functoids.LogicalResources.resources │ │ │ ├── BizTalk.Logical.Functoids.csproj.FileListAbsolute.txt │ │ │ ├── BizTalk.Logical.Functoids.csproj.GenerateResource.Cache │ │ │ ├── BizTalk.Logical.Functoids.csprojResolveAssemblyReference.cache │ │ │ ├── BizTalk.Logical.Functoids.dll │ │ │ ├── BizTalk.Logical.Functoids.pdb │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── TempPE │ │ │ └── LogicalResources.Designer.cs.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── DemoFile │ │ ├── Input_Create.xml │ │ └── Input_Update.xml │ ├── IfThenElseOperations.sln │ ├── IfThenElseOperations.v12.suo │ ├── IfThenElseOperations │ │ ├── IfThenElseInAnEasyWay.btm │ │ ├── IfThenElseOperations.btproj │ │ ├── IfThenElseOperations.btproj.user │ │ ├── IfThenElseOutOfTheBoxFunctoids.btm │ │ ├── Input.xsd │ │ ├── Output.xsd │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── README.md │ └── media │ │ └── BizTalk-custom-if-then-else-condition.png ├── How-to-use-Database-Lookup-Functoid │ ├── BizTalkLondon.sln │ ├── DatabaseLookup │ │ ├── DatabaseLookup.btproj │ │ ├── DatabaseLookup.btproj.user │ │ ├── MapConstantValues.btm │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SourceSchema.xsd │ │ ├── TargetSchema.xsd │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── README.md │ └── RESOURCES │ │ ├── Instrutions.txt │ │ ├── MappingDemo.sso │ │ ├── ODBCConnectionTest.udl │ │ ├── SQLQuery-Create-CustomProperties-Database.sql │ │ ├── SQLQuery2-Create-Configuratins-table.sql │ │ └── SQLQuery2-Insert-values-Configuratins-table.sql ├── Ignore-Namespaces-for-Links-property │ ├── Files │ │ └── Input_output.xml │ ├── IgnoreNamespacesForLinks.sln │ ├── IgnoreNamespacesForLinks │ │ ├── GlobalElements.xsd │ │ ├── IgnoreNamespacesForLinks.btm │ │ ├── IgnoreNamespacesForLinks.btproj │ │ ├── IgnoreNamespacesForLinks.btproj.user │ │ ├── IgnoreNamespacesForLinksFalse.btm │ │ ├── Input.xsd │ │ ├── Output.xsd │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── README.md │ └── media │ │ └── Ignore-Namespaces-For-Links-property.png ├── Looping-Pattern │ ├── LoopingPattern.sln │ ├── LoopingPattern │ │ ├── 01-LoppingTypes │ │ │ ├── 01-OneToOne │ │ │ │ ├── MasterAddresses.xsd │ │ │ │ ├── MasterAddresses.xsd.cs │ │ │ │ ├── OneToOneMap.btm │ │ │ │ ├── OneToOneMap.btm.cs │ │ │ │ ├── OneToOneMapReadable.btm │ │ │ │ ├── OneToOneMapReadable.btm.cs │ │ │ │ ├── Survays.xsd │ │ │ │ └── Survays.xsd.cs │ │ │ ├── 02-OneToMany │ │ │ │ ├── Lists.xsd │ │ │ │ ├── Lists.xsd.cs │ │ │ │ ├── OneToManyMap.btm │ │ │ │ ├── OneToManyMap.btm.cs │ │ │ │ ├── OneToManyMapReadable.btm │ │ │ │ └── OneToManyMapReadable.btm.cs │ │ │ ├── 03-ManyToOne │ │ │ │ ├── ManyToOneMap.btm │ │ │ │ ├── ManyToOneMap.btm.cs │ │ │ │ ├── ProjectParticipant.xsd │ │ │ │ ├── ProjectParticipant.xsd.cs │ │ │ │ ├── ProjectTender.xsd │ │ │ │ └── ProjectTender.xsd.cs │ │ │ ├── 04-ManyToMany │ │ │ │ ├── ManyToManyMap.btm │ │ │ │ ├── ManyToManyMap.btm.cs │ │ │ │ ├── ProjectParticipant2.xsd │ │ │ │ └── ProjectParticipant2.xsd.cs │ │ │ ├── 05-NestedToOne │ │ │ │ ├── NestedOrder.xsd │ │ │ │ ├── NestedPurchaseOrder.xsd │ │ │ │ ├── NestedPurchaseOrder.xsd.cs │ │ │ │ ├── NestedPurchaseOrders.xsd │ │ │ │ ├── NestedToOneMap.btm │ │ │ │ ├── NestedToOneMap.btm.cs │ │ │ │ ├── NestedToOneMapXSLT.btm │ │ │ │ ├── NestedToOneMapXSLT.btm.cs │ │ │ │ ├── OrderSimple.xsd │ │ │ │ └── OrderSimple.xsd.cs │ │ │ └── 06-NestedToNested │ │ │ │ ├── CreateAccount.xsd │ │ │ │ ├── CreateAccount.xsd.cs │ │ │ │ ├── NestedAccount.xsd │ │ │ │ ├── NestedAccount.xsd.cs │ │ │ │ ├── NestedToNestedMap.btm │ │ │ │ ├── NestedToNestedMap.btm.cs │ │ │ │ └── OtherExample │ │ │ │ ├── Families.xsd │ │ │ │ ├── Families.xsd.cs │ │ │ │ ├── NestedFamiliesMap.btm │ │ │ │ ├── NestedFamiliesMap.btm.cs │ │ │ │ ├── NestedFamiliesMapCorrect.btm │ │ │ │ ├── NestedFamiliesMapCorrect.btm.cs │ │ │ │ ├── NestedFamiliesMapOptimized.btm │ │ │ │ ├── NestedFamiliesMapOptimized.btm.cs │ │ │ │ ├── SchoolApplicationForm.xsd │ │ │ │ └── SchoolApplicationForm.xsd.cs │ │ ├── ConditionalLooping │ │ │ ├── ConditionalLoopingMap.btm │ │ │ ├── ConditionalLoopingMap.btm.cs │ │ │ ├── ConditionalLoopingMapIncorrect.btm │ │ │ ├── ConditionalLoopingMapIncorrect.btm.cs │ │ │ ├── ConditionalLoopingMapOrganize.btm │ │ │ ├── ConditionalLoopingMapOrganize.btm.cs │ │ │ ├── ConditionalLoopingMapXSLT.btm │ │ │ ├── ConditionalLoopingMapXSLT.btm.cs │ │ │ ├── MasterAddress.xsd │ │ │ ├── MasterAddress.xsd.cs │ │ │ ├── Surveys.xsd │ │ │ └── Surveys.xsd.cs │ │ ├── FlatStructureToRepeatStructure │ │ │ ├── FlatStructureToRepeatStructureMap.btm │ │ │ ├── FlatStructureToRepeatStructureMap.btm.cs │ │ │ ├── Lines.xsd │ │ │ ├── Lines.xsd.cs │ │ │ ├── LinesOutput.xsd │ │ │ ├── LinesOutput.xsd.cs │ │ │ ├── OtherExample │ │ │ │ ├── AddressFlatStructureToRepeatStructureMap.btm │ │ │ │ ├── PersonAddressFlatStructure.xsd │ │ │ │ └── PersonAddressRepeatingStructure.xsd │ │ │ └── ScopeTableFunctoid │ │ │ │ ├── InputScopeTableFunctoid.xsd │ │ │ │ ├── MapScopeTableFunctoid.btm │ │ │ │ └── OutputScopeTableFunctoid.xsd │ │ ├── LoopValueMappingFlatteningFunctoid │ │ │ ├── LoppingFlatMap.btm │ │ │ ├── LoppingFlatMap.btm.cs │ │ │ ├── LoppingFlatMapImproved.btm │ │ │ ├── LoppingFlatMapImproved.btm.cs │ │ │ ├── OutputFlat.xsd │ │ │ ├── OutputFlat.xsd.cs │ │ │ ├── OutputFlat1.xsd │ │ │ └── OutputFlat1.xsd.cs │ │ ├── LoopValueMappingFunctoid │ │ │ ├── LoopingMap.btm │ │ │ ├── LoopingMap.btm.cs │ │ │ ├── LoopingMapImproved.btm │ │ │ ├── LoopingMapImproved.btm.cs │ │ │ ├── Output.xsd │ │ │ ├── Output.xsd.cs │ │ │ ├── Output1.xsd │ │ │ ├── Output1.xsd.cs │ │ │ ├── input.xsd │ │ │ ├── input.xsd.cs │ │ │ ├── input1.xsd │ │ │ └── input1.xsd.cs │ │ ├── LoopingPattern.btproj │ │ ├── LoopingPattern.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── X1EDISample │ │ │ ├── Files │ │ │ │ ├── 834 Enrollment-BTS.x12 │ │ │ │ ├── Enrollment_input.xml │ │ │ │ ├── Enrollment_input2.xml │ │ │ │ ├── Enrollment_to_5010_834_output.xml │ │ │ │ └── X12_00501_834_output.xml │ │ │ ├── Maps │ │ │ │ ├── Enrollment_to_5010_834.btm │ │ │ │ └── Enrollment_to_5010_834WithXSLT.btm │ │ │ └── Schemas │ │ │ │ ├── Enrollment.cs │ │ │ │ ├── Enrollment.xsd │ │ │ │ └── X12_00501_834.xsd │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── LoopingPattern.dll │ │ │ │ └── LoopingPattern.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── LoopingPattern.ClrTypes.dll │ │ │ ├── LoopingPattern.btproj.FileListAbsolute.txt │ │ │ ├── LoopingPattern.dll │ │ │ └── LoopingPattern.pdb │ ├── README.md │ └── TestFiles │ │ ├── Lines.xml │ │ ├── LoopTypes │ │ ├── Families_output.xml │ │ ├── NestedPurchaseOrder_output.xml │ │ ├── ProjectTender_output.xml │ │ └── Survays_output.xml │ │ ├── PersonAddressFlatStructure.xml │ │ ├── Surveys.xml │ │ └── input.xml ├── Method-Grid-Property-explained │ ├── File │ │ └── Input_output.xml │ ├── MethodGridProperty.sln │ ├── MethodGridProperty │ │ ├── Input.xsd │ │ ├── Input.xsd.cs │ │ ├── MethodGridProperty.btproj │ │ ├── MethodGridProperty.btproj.user │ │ ├── MethodHTML.btm │ │ ├── MethodHTML.btm.cs │ │ ├── MethodTEXT.btm │ │ ├── MethodTEXT.btm.cs │ │ ├── MethodXML.btm │ │ ├── MethodXML.btm.cs │ │ ├── Output.xsd │ │ ├── Output.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── MethodGridProperty.dll │ │ │ │ └── MethodGridProperty.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── MethodGridProperty.ClrTypes.dll │ │ │ ├── MethodGridProperty.btproj.FileListAbsolute.txt │ │ │ ├── MethodGridProperty.dll │ │ │ └── MethodGridProperty.pdb │ ├── README.md │ └── media │ │ └── BizTalk-Mapper-Method-Grid-Property.png ├── Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities │ ├── MuenchianGrouping.sln │ ├── MuenchianGrouping │ │ ├── AssemblyInfo.cs │ │ ├── MuenchianGrouping.btproj │ │ ├── MuenchianGrouping.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Sample1 │ │ │ ├── InputOrder.xsd │ │ │ ├── InputOrder.xsd.cs │ │ │ ├── MapOrderUsingCount.btm │ │ │ ├── MapOrderUsingCount.btm.cs │ │ │ ├── MapOrderUsingGenerateId.btm │ │ │ ├── MapOrderUsingGenerateId.btm.cs │ │ │ ├── OutputOrder.xsd │ │ │ └── OutputOrder.xsd.cs │ │ ├── bin │ │ │ ├── Deployment │ │ │ │ ├── MuenchianGrouping.dll │ │ │ │ └── MuenchianGrouping.pdb │ │ │ └── Development │ │ │ │ ├── MuenchianGrouping.dll │ │ │ │ └── MuenchianGrouping.pdb │ │ └── obj │ │ │ ├── Deployment │ │ │ ├── BizTalk │ │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── MuenchianGrouping.ClrTypes.dll │ │ │ ├── MuenchianGrouping.btproj.FileListAbsolute.txt │ │ │ ├── MuenchianGrouping.dll │ │ │ ├── MuenchianGrouping.pdb │ │ │ └── ResolveAssemblyReference.cache │ │ │ └── Development │ │ │ ├── MuenchianGrouping.dll │ │ │ └── MuenchianGrouping.pdb │ ├── README.md │ ├── Samples │ │ └── 1 │ │ │ ├── InputOrder.xml │ │ │ └── InputOrder.xml_output.xml │ └── media │ │ ├── custom-xsl-path.jpg │ │ ├── meunchian-grouping.jpg │ │ ├── meunchian-grouping1.jpg │ │ ├── muenchian-performance-table1.jpg │ │ └── muenchian-performance.jpg ├── Name-Value-Transformation-Pattern-Hierarchical-Schema-to-Name-Value-Pair │ ├── Files │ │ ├── NameValueSolution3_output.xml │ │ ├── Request - Copy.xml │ │ └── Request.xml │ ├── README.md │ ├── SandroPereira.MappingToNameValueRecord.sln │ ├── SandroPereira.MappingToNameValueRecord │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Provisioning.xsd │ │ ├── Provisioning.xsd.cs │ │ ├── Request.xsd │ │ ├── Request.xsd.cs │ │ ├── SandroPereira.MappingToNameValueRecord.btproj │ │ ├── SandroPereira.MappingToNameValueRecord.btproj.user │ │ ├── Solution1 │ │ │ ├── NameValueSolution1.btm │ │ │ ├── NameValueSolution1.btm.cs │ │ │ └── SimpleSchema.xsd │ │ ├── Solution2 │ │ │ ├── NameValueSolution2.btm │ │ │ └── NameValueSolution2.btm.cs │ │ ├── Solution3 │ │ │ ├── NameValueSolution3.btm │ │ │ └── NameValueSolution3.btm.cs │ │ ├── Solution4 │ │ │ ├── NameValueSolution4.btm │ │ │ └── NameValueSolution4.btm.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── SandroPereira.MappingToNameValueRecord.dll │ │ │ │ └── SandroPereira.MappingToNameValueRecord.pdb │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── BizTalk │ │ │ │ └── BuildDone │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ ├── SandroPereira.MappingToNameValueRecord.ClrTypes.dll │ │ │ │ ├── SandroPereira.MappingToNameValueRecord.btproj.FileListAbsolute.txt │ │ │ │ ├── SandroPereira.MappingToNameValueRecord.dll │ │ │ │ └── SandroPereira.MappingToNameValueRecord.pdb │ │ └── sp.snk │ └── media │ │ ├── Copy-name-link-property.png │ │ ├── first-graft-mapping-name-value.png │ │ ├── mapping-name-value-using-inline-xslt.png │ │ ├── mapping-name-value-using-links-2.png │ │ ├── mapping-name-value-using-links-handling-opcionals.png │ │ └── mapping-name-value-using-table-lopping-functoid.png ├── Name-Value-Transformation-Pattern-Name-Value-Pair-to-Hierarchical-Schema │ ├── Files │ │ ├── NameValueSolution - Copy.xml │ │ ├── NameValueSolution.xml │ │ └── Provisioning_output.xml │ ├── README.md │ ├── SandroPereira.NameValueToHierarchical.sln │ ├── SandroPereira.NameValueToHierarchical │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Provisioning.xsd │ │ ├── Provisioning.xsd.cs │ │ ├── Request.cs │ │ ├── Request.xsd │ │ ├── SandroPereira.NameValueToHierarchical.btproj │ │ ├── SandroPereira.NameValueToHierarchical.btproj.user │ │ ├── Solution1 │ │ │ ├── Map1.btm │ │ │ └── Map1.btm.cs │ │ ├── Solution2 │ │ │ ├── Map2.btm │ │ │ └── Map2.btm.cs │ │ ├── Solution3 │ │ │ ├── Map3.btm │ │ │ ├── Map3.btm.cs │ │ │ ├── Map4.btm │ │ │ └── Map4.btm.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── SandroPereira.NameValueToHierarchical.dll │ │ │ │ └── SandroPereira.NameValueToHierarchical.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── SandroPereira.NameValueToHierarchical.ClrTypes.dll │ │ │ ├── SandroPereira.NameValueToHierarchical.btproj.FileListAbsolute.txt │ │ │ ├── SandroPereira.NameValueToHierarchical.dll │ │ │ └── SandroPereira.NameValueToHierarchical.pdb │ └── media │ │ ├── Name-value-to-hierarchical-Dynamic-mapping-using-Inline-XSLT.png │ │ ├── Name-value-to-hierarchical-using-only-functoids-2.png │ │ └── Name-value-to-hierarchical-using-only-functoids-3.png ├── Omit-XML-Declaration-Grid-Property-explained │ ├── File │ │ └── Input_output.xml │ ├── OmitXMLDeclaration.sln │ ├── OmitXMLDeclaration │ │ ├── Input.xsd │ │ ├── Input.xsd.cs │ │ ├── OmitXMLDeclaration.btm │ │ ├── OmitXMLDeclaration.btm.cs │ │ ├── OmitXMLDeclaration.btproj │ │ ├── OmitXMLDeclaration.btproj.user │ │ ├── OmitXMLDeclarationOmitFalse.btm │ │ ├── OmitXMLDeclarationOmitFalse.btm.cs │ │ ├── Output.xsd │ │ ├── Output.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── OmitXMLDeclaration.dll │ │ │ │ └── OmitXMLDeclaration.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── OmitXMLDeclaration.ClrTypes.dll │ │ │ ├── OmitXMLDeclaration.btproj.FileListAbsolute.txt │ │ │ ├── OmitXMLDeclaration.dll │ │ │ └── OmitXMLDeclaration.pdb │ ├── README.md │ └── media │ │ └── omit-declaration.png ├── OptimizeValueMapping-attribute-of-the-mapsource-element │ ├── Files │ │ └── Conditions_output.xml │ ├── OptimizeValueMapping.sln │ ├── OptimizeValueMapping │ │ ├── Conditions.xsd │ │ ├── ConditionsResult.xsd │ │ ├── MapConditions.btm │ │ ├── MapConditionsNotOptimizeValueMapping.btm │ │ ├── OptimizeValueMapping.btproj │ │ ├── OptimizeValueMapping.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── README.md │ └── media │ │ └── BizTalk-Mapper-OptimizeValueMapping-attribute.png ├── PreserveSequenceOrder-attribute-of-the-mapsource-element │ ├── Files │ │ └── Input_output.xml │ ├── PreserveSequenceOrder.sln │ ├── PreserveSequenceOrder │ │ ├── AnotherOutput.xsd │ │ ├── Input.xsd │ │ ├── Input_output.xsd │ │ ├── Input_output1.xsd │ │ ├── MapToOnlyOneStructure.btm │ │ ├── MapToOnlyOneStructurePSYes.btm │ │ ├── Output.xsd │ │ ├── PreserveSequenceOrder.btm │ │ ├── PreserveSequenceOrder.btproj │ │ ├── PreserveSequenceOrder.btproj.user │ │ ├── PreserveSequenceOrderYes.btm │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── README.md │ └── media │ │ └── BizTalk-Mapper-PreserveSequenceOrder-attribute.png ├── README.md ├── Sorting-Pattern │ ├── BizTalkMapperSortingPattern.sln │ ├── BizTalkMapperSortingPattern │ │ ├── BizTalkMapperSortingPattern.btproj │ │ ├── BizTalkMapperSortingPattern.btproj.user │ │ ├── DistinctListSample │ │ │ ├── Input.xsd │ │ │ ├── Input.xsd.cs │ │ │ ├── MapListParteners.btm.cs │ │ │ ├── MapListPartenersOrdered.btm │ │ │ ├── Output1.xsd │ │ │ └── Output1.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SortByMultipleFields │ │ │ ├── Order.xsd │ │ │ └── SortByMultipleFields.btm │ │ ├── SortElementsDemo │ │ │ ├── Persons.xsd │ │ │ └── SortElementsDemo.btm │ │ ├── SortElementsDemoByNumber │ │ │ ├── PersonsWithId.xsd │ │ │ └── SortElementsByNumber.btm │ │ ├── SortUsingMuenchianMethod │ │ │ ├── InputOrder.xsd │ │ │ ├── InputOrder.xsd.cs │ │ │ ├── MapOrderUsingGenerateId.btm │ │ │ ├── MapOrderUsingGenerateId.btm.cs │ │ │ ├── OutputOrder.xsd │ │ │ └── OutputOrder.xsd.cs │ │ ├── SortUsingMuenchianMethodInputOrder.xml │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── README.md │ └── TestMsg │ │ ├── ExternalEmployees.xml │ │ ├── Order_input.xml │ │ ├── PersonsWithId_input.xml │ │ ├── Persons_input.xml │ │ ├── SortElementsDemo_output.xml │ │ └── SortUsingMuenchianMethodInputOrder.xml ├── Splitter-Pattern │ ├── MappingWorkingWithMultipleOutputMessages.sln │ ├── MappingWorkingWithMultipleOutputMessages │ │ ├── CRMOrder.xsd │ │ ├── CRMOrder.xsd.cs │ │ ├── CustomerOrder.xsd │ │ ├── CustomerOrder.xsd.cs │ │ ├── MappingManyToMany.odx │ │ ├── MappingOneToMany.odx │ │ ├── MappingWorkingWithMultipleOutputMessages.btproj │ │ ├── MappingWorkingWithMultipleOutputMessages.btproj.user │ │ ├── MappingWorkingWithMultipleOutputMessages.snk │ │ ├── OrchestrationSupport.xsd │ │ ├── OrchestrationSupport.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SAPOrder.xsd │ │ ├── SAPOrder.xsd.cs │ │ ├── TransformManyToManyOrders.btm │ │ ├── TransformManyToManyOrders.btm.cs │ │ ├── TransformManyToManyOrdersFunctoids.btm │ │ ├── TransformManyToManyOrdersGVariable.btm │ │ ├── TransformOneToManyOrders.btm │ │ ├── TransformOneToManyOrders.btm.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── MappingWorkingWithMultipleOutputMessages.dll │ │ │ │ └── MappingWorkingWithMultipleOutputMessages.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── MappingWorkingWithMultipleOutputMessages.ClrTypes.dll │ │ │ ├── MappingWorkingWithMultipleOutputMessages.btproj.FileListAbsolute.txt │ │ │ ├── MappingWorkingWithMultipleOutputMessages.dll │ │ │ └── MappingWorkingWithMultipleOutputMessages.pdb │ ├── README.md │ ├── TesteFiles │ │ ├── CustomerOrder_output.xml │ │ ├── MultiMsgTestFile.xml │ │ └── MultiMsgTestFileWithoutDiscount.xml │ └── media │ │ └── spliting-messages.PNG ├── TreatElementsAsRecords-attribute-of-the-mapsource-element │ ├── Files │ │ └── Input_output.xml │ ├── README.md │ ├── TreatElementsAsRecords.sln │ ├── TreatElementsAsRecords │ │ ├── Input.xsd │ │ ├── Output.xsd │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── TreatElementsAsRecords.btproj │ │ ├── TreatElementsAsRecords.btproj.user │ │ ├── TreatElementsAsRecordsMap.btm │ │ ├── TreatElementsAsRecordsMapYes.btm │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── media │ │ └── BizTalk-Mapper-TreatElementsAsRecords-attribute.png ├── Working-With-Nillable-Values │ ├── README.md │ ├── TestingFiles │ │ ├── InputSchema_input.xml │ │ └── InputSchema_inputNill.xml │ ├── WorkingWithNillableValues.sln │ ├── WorkingWithNillableValues │ │ ├── InputSchema.xsd │ │ ├── InputSchema.xsd.cs │ │ ├── MapNillValues.btm │ │ ├── MapNillValues.btm.cs │ │ ├── MapNillValuesWithCustomXSLT.btm │ │ ├── MapNillValuesWithCustomXSLT.btm.cs │ │ ├── MapNillValuesWithCustomXSLT.xsl │ │ ├── MapNillValuesWithInlineCustomXSLTWorkarround.btm │ │ ├── OutputSchema.xsd │ │ ├── OutputSchema.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── WorkingWithNillableValues.btproj │ │ ├── WorkingWithNillableValues.btproj.user │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── WorkingWithNillableValues.dll │ │ │ │ └── WorkingWithNillableValues.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── WorkingWithNillableValues.ClrTypes.dll │ │ │ ├── WorkingWithNillableValues.btproj.FileListAbsolute.txt │ │ │ ├── WorkingWithNillableValues.dll │ │ │ └── WorkingWithNillableValues.pdb │ └── media │ │ └── BizTalk-Mapper-Working-With-Nillable-Values.png └── Working-with-Constant-Values │ ├── Files │ ├── CustomConfig.config │ ├── SourceSchema.xml │ └── SourceSchema_output.xml │ ├── README.md │ ├── WorkingWithConstantValues.sln │ ├── WorkingWithConstantValues │ ├── MapConstantValues.btm │ ├── MapConstantValues.btm.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── SourceSchema.xsd │ ├── SourceSchema.xsd.cs │ ├── TargetSchema.xsd │ ├── TargetSchema.xsd.cs │ ├── WorkingWithConstantValues.btproj │ ├── WorkingWithConstantValues.btproj.user │ ├── bin │ │ └── Debug │ │ │ ├── WorkingWithConstantValues.dll │ │ │ └── WorkingWithConstantValues.pdb │ └── obj │ │ └── Debug │ │ ├── BizTalk │ │ └── BuildDone │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── WorkingWithConstantValues.ClrTypes.dll │ │ ├── WorkingWithConstantValues.btproj.FileListAbsolute.txt │ │ ├── WorkingWithConstantValues.dll │ │ └── WorkingWithConstantValues.pdb │ └── media │ ├── Constants.PNG │ └── Dynamic-Constants.PNG ├── Working-with-Orquestrations ├── Access-and-change-message-values-inside-orchestration │ ├── AccessingAndChangeMessageValuesInOrchestration.sln │ ├── AccessingAndChangeMessageValuesInOrchestration │ │ ├── AccessingAndChangeMessageValuesInOrchestration.btproj │ │ ├── AccessingAndChangeMessageValuesInOrchestration.btproj.user │ │ ├── AssemblyInfo.cs │ │ ├── BizTalk Orchestration1.odx │ │ ├── BizTalk Orchestration1.odx.cs │ │ ├── Demo.snk │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── PropertySchema.xsd │ │ ├── PropertySchema.xsd.cs │ │ ├── Schema1.xsd │ │ ├── Schema1.xsd.cs │ │ ├── bin │ │ │ └── Development │ │ │ │ ├── AccessingAndChangeMessageValuesInOrchestration.dll │ │ │ │ ├── AccessingAndChangeMessageValuesInOrchestration.pdb │ │ │ │ ├── HelperClassLibrary.dll │ │ │ │ └── HelperClassLibrary.pdb │ │ └── obj │ │ │ └── Development │ │ │ ├── AccessingAndChangeMessageValuesInOrchestration.ClrTypes.dll │ │ │ ├── AccessingAndChangeMessageValuesInOrchestration.btproj.FileListAbsolute.txt │ │ │ ├── AccessingAndChangeMessageValuesInOrchestration.dll │ │ │ ├── AccessingAndChangeMessageValuesInOrchestration.pdb │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── ResolveAssemblyReference.cache │ ├── HelperClassLibrary │ │ ├── Demo.snk │ │ ├── HelperClassLibrary.csproj │ │ ├── HelperClassLibrary.csproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Schema1.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── HelperClassLibrary.dll │ │ │ │ └── HelperClassLibrary.pdb │ │ └── obj │ │ │ ├── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── HelperClassLibrary.csproj.FileListAbsolute.txt │ │ │ ├── HelperClassLibrary.dll │ │ │ └── HelperClassLibrary.pdb │ │ │ └── HelperClassLibrary.csproj.FileListAbsolute.txt │ ├── README.md │ ├── Testing │ │ └── OUT │ │ │ ├── {23D05BB2-78A6-4FD9-8812-2A18DCAD8CE8}.xml │ │ │ ├── {362BC2FB-9373-4A1C-AEE3-077E9A39766F}.xml │ │ │ ├── {941AE5FB-D7B5-45E2-A9CB-6BCD7D2D4E19}.xml │ │ │ └── {9AC787EA-C147-413D-95D4-0ECAD9AEC632}.xml │ └── media │ │ ├── instance-xpath.jpg │ │ ├── property-promotion.jpg │ │ └── variable-person.jpg ├── Call-Orchestration-from-another-project-or-another-BizTalk-Application │ ├── CallExternalOrchestration.sln │ ├── Project1 │ │ ├── AssemblyInfo.cs │ │ ├── Orch1.odx │ │ ├── Orch1.odx.cs │ │ ├── Project1.btproj │ │ ├── Project1.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Schema1.xsd │ │ ├── Schema1.xsd.cs │ │ ├── bin │ │ │ ├── Deployment │ │ │ │ ├── Project1.dll │ │ │ │ ├── Project1.pdb │ │ │ │ └── Project2.dll │ │ │ └── Development │ │ │ │ ├── Project1.dll │ │ │ │ ├── Project1.pdb │ │ │ │ ├── Project2.dll │ │ │ │ └── Project2.pdb │ │ └── obj │ │ │ ├── Deployment │ │ │ ├── BizTalk │ │ │ │ ├── BuildDone │ │ │ │ └── XLang │ │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Project1.ClrTypes.dll │ │ │ ├── Project1.btproj.FileListAbsolute.txt │ │ │ ├── Project1.dll │ │ │ ├── Project1.pdb │ │ │ └── ResolveAssemblyReference.cache │ │ │ └── Development │ │ │ ├── Project1.dll │ │ │ └── Project1.pdb │ ├── Project2 │ │ ├── AssemblyInfo.cs │ │ ├── Orch2.odx │ │ ├── Orch2.odx.cs │ │ ├── Project2.btproj │ │ ├── Project2.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ ├── Deployment │ │ │ │ ├── Project2.dll │ │ │ │ └── Project2.pdb │ │ │ └── Development │ │ │ │ ├── Project2.dll │ │ │ │ └── Project2.pdb │ │ └── obj │ │ │ ├── Deployment │ │ │ ├── BizTalk │ │ │ │ ├── BuildDone │ │ │ │ └── XLang │ │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Project2.ClrTypes.dll │ │ │ ├── Project2.btproj.FileListAbsolute.txt │ │ │ ├── Project2.dll │ │ │ └── Project2.pdb │ │ │ └── Development │ │ │ ├── Project2.dll │ │ │ └── Project2.pdb │ └── README.md ├── Call-Orchestrations-developed-different-VS-Solution │ ├── CallExternalOrchestrationMainSolution.sln │ ├── CallExternalOrchestrationMainSolution │ │ ├── CallExternalOrchestrationMainSolution.btproj │ │ ├── CallExternalOrchestrationMainSolution.btproj.user │ │ ├── InputSchema.xsd │ │ ├── InputSchema.xsd.cs │ │ ├── MainOrchestration.odx │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── CallExternalOrchestrationCommonSolution.dll │ │ │ │ ├── CallExternalOrchestrationCommonSolution.pdb │ │ │ │ ├── CallExternalOrchestrationMainSolution.dll │ │ │ │ └── CallExternalOrchestrationMainSolution.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── CallExternalOrchestrationCommonSolution.ClrTypes.dll │ │ │ ├── CallExternalOrchestrationCommonSolution.btproj.FileListAbsolute.txt │ │ │ ├── CallExternalOrchestrationCommonSolution.dll │ │ │ ├── CallExternalOrchestrationCommonSolution.pdb │ │ │ ├── CallExternalOrchestrationMainSolution.ClrTypes.dll │ │ │ ├── CallExternalOrchestrationMainSolution.btproj.FileListAbsolute.txt │ │ │ ├── CallExternalOrchestrationMainSolution.dll │ │ │ ├── CallExternalOrchestrationMainSolution.pdb │ │ │ ├── CallExternalOrchestrationSolution1.ClrTypes.dll │ │ │ ├── CallExternalOrchestrationSolution1.btproj.FileListAbsolute.txt │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── PORTS_CALL_ORCH │ │ ├── InputSchema_output.xml │ │ └── OUT │ │ │ └── {2AEE6E5E-973C-401D-8130-735448CB3C53}.xml │ ├── README.md │ ├── Second Solution │ │ ├── CallExternalOrchestrationCommonSolution.sln │ │ └── CallExternalOrchestrationCommonSolution │ │ │ ├── CallExternalOrchestrationCommonSolution.btproj │ │ │ ├── CallExternalOrchestrationCommonSolution.btproj.user │ │ │ ├── OrchestrationToBeCalled.odx │ │ │ ├── OutputSchema.xsd │ │ │ ├── OutputSchema.xsd.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── SandroPereira.snk │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── CallExternalOrchestrationCommonSolution.dll │ │ │ │ └── CallExternalOrchestrationCommonSolution.pdb │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── CallExternalOrchestrationCommonSolution.ClrTypes.dll │ │ │ ├── CallExternalOrchestrationCommonSolution.btproj.FileListAbsolute.txt │ │ │ ├── CallExternalOrchestrationCommonSolution.dll │ │ │ ├── CallExternalOrchestrationCommonSolution.pdb │ │ │ ├── CallExternalOrchestrationSolution2.ClrTypes.dll │ │ │ ├── CallExternalOrchestrationSolution2.btproj.FileListAbsolute.txt │ │ │ ├── CallExternalOrchestrationSolution2.dll │ │ │ ├── CallExternalOrchestrationSolution2.pdb │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── media │ │ ├── Common-orchestration.png │ │ └── Main-Orchestration.png ├── Call-SQL-Stored-procedure-without-inputs │ ├── Database │ │ └── Orders.bak │ ├── HowToCallSQLStoredProcedureWithoutInputs.sln │ ├── HowToCallSQLStoredProcedureWithoutInputs.v12.suo │ ├── HowToCallSQLStoredProcedureWithoutInputs │ │ ├── 01-MostCommonSituation │ │ │ ├── MostCommonSituationCallSQLStoredProcedure.odx │ │ │ ├── SQL_COMMON_ProcedureResultSet.dbo.usp_GetCodesWithDummyInput.xsd │ │ │ ├── SQL_COMMON_ProcedureResultSet.dbo.usp_GetCodesWithDummyInput.xsd.cs │ │ │ ├── SQL_COMMON_TypedProcedure.dbo.xsd │ │ │ ├── SQL_COMMON_TypedProcedure.dbo.xsd.cs │ │ │ ├── TriggerCommon.xsd │ │ │ ├── TriggerCommon.xsd.cs │ │ │ ├── WcfSendPort_SqlAdapterBinding_Custom.bindinginfo1.xml │ │ │ ├── mapTriggerToSQLGetCodes.btm │ │ │ └── mapTriggerToSQLGetCodes.btm.cs │ │ ├── 02-CrazyApproach │ │ │ ├── CrazyApproachCallSQLStoredProcedure.odx │ │ │ ├── TriggerCrazy.xsd │ │ │ ├── TriggerCrazy.xsd.cs │ │ │ ├── mapTriggerCrazyToSQLGetCodes.btm │ │ │ └── mapTriggerCrazyToSQLGetCodes.btm.cs │ │ ├── 03-UnnecessaryApproach │ │ │ ├── TriggerUnnecessary.xsd │ │ │ ├── TriggerUnnecessary.xsd.cs │ │ │ ├── UnnecessaryApproachCallSQLStoredProcedure.odx │ │ │ ├── mapTriggerUnnecessaryToSQLGetCodes.btm │ │ │ └── mapTriggerUnnecessaryToSQLGetCodes.btm.cs │ │ ├── CallSQLStoredProcedure.odx │ │ ├── HowToCallSQLStoredProcedureWithoutInputs.btproj │ │ ├── HowToCallSQLStoredProcedureWithoutInputs.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SQL_ProcedureResultSet.dbo.usp_GetCodes.xsd │ │ ├── SQL_ProcedureResultSet.dbo.usp_GetCodes.xsd.cs │ │ ├── SQL_TypedProcedure.dbo.xsd │ │ ├── SQL_TypedProcedure.dbo.xsd.cs │ │ ├── SandroPereira.snk │ │ ├── TriggerSchema.xsd │ │ ├── TriggerSchema.xsd.cs │ │ ├── WcfSendPort_SqlAdapterBinding_Custom.bindinginfo.xml │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── HowToCallSQLStoredProcedureWithoutInputs.dll │ │ │ │ └── HowToCallSQLStoredProcedureWithoutInputs.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── HowToCallSQLStoredProcedureWithoutInputs.ClrTypes.dll │ │ │ ├── HowToCallSQLStoredProcedureWithoutInputs.btproj.FileListAbsolute.txt │ │ │ ├── HowToCallSQLStoredProcedureWithoutInputs.dll │ │ │ └── HowToCallSQLStoredProcedureWithoutInputs.pdb │ ├── README.md │ └── media │ │ └── BizTalk-Call-stored-procedure-witour-inputs.png ├── Customize-filename-dynamically-inside-Orchestration │ ├── CustomizeFilename.sln │ ├── CustomizeFilename │ │ ├── AssemblyInfo.cs │ │ ├── CustomizeFileNameOrc.odx │ │ ├── CustomizeFileNameOrc.odx.cs │ │ ├── CustomizeFilename.btproj │ │ ├── CustomizeFilename.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ └── Development │ │ │ │ ├── CustomizeFilename.dll │ │ │ │ └── CustomizeFilename.pdb │ │ └── obj │ │ │ ├── Deployment │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── ResolveAssemblyReference.cache │ │ │ └── build.force │ │ │ └── Development │ │ │ ├── CustomizeFilename.dll │ │ │ └── CustomizeFilename.pdb │ ├── README.md │ └── media │ │ ├── received-filename.jpg │ │ └── send-port-sourcefilename.jpg ├── Handling-Exceptions-inside-BizTalk-Orchestrations │ ├── HandlerExceptionsInsideOrchestration.sln │ ├── HandlerExceptionsInsideOrchestration │ │ ├── HandlerExceptionsInsideOrchestration.btproj │ │ ├── HandlerExceptionsInsideOrchestration.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Sample1.odx │ │ ├── Sample2.odx │ │ ├── Schema1.xsd │ │ ├── Web References │ │ │ └── net.webservicex.www │ │ │ │ ├── Reference.map │ │ │ │ ├── Reference.map.cs │ │ │ │ ├── Reference.odx │ │ │ │ ├── globalweather.disco │ │ │ │ └── globalweather.wsdl │ │ └── obj │ │ │ └── Deployment │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── ResolveAssemblyReference.cache │ │ │ └── build.force │ ├── README.md │ └── media │ │ ├── general-exception.jpg │ │ └── system-exception.jpg ├── POC-BizTalk-Advance-Filter-With-XPath-Inside-Orchestrations │ ├── .vs │ │ └── POC.BizTalk.AdvanceFilterWithXSLT │ │ │ └── v16 │ │ │ └── .suo │ ├── POC.BizTalk.AdvanceFilterWithXPath.sln │ ├── POC.BizTalk.AdvanceFilterWithXPath │ │ ├── OutputCount.xsd │ │ ├── OutputCount.xsd.cs │ │ ├── POC.BizTalk.AdvanceFilterWithXPath.btproj │ │ ├── POC.BizTalk.AdvanceFilterWithXPath.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── XMLSample.xsd │ │ ├── XMLSample.xsd.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXSLT.dll │ │ │ │ └── POC.BizTalk.AdvanceFilterWithXSLT.pdb │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ │ │ ├── BizTalk │ │ │ │ ├── BuildDone │ │ │ │ └── XLang │ │ │ │ │ └── File0.cs │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXPath.btproj.CoreCompileInputs.cache │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXPath.btproj.FileListAbsolute.txt │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXPath.btprojAssemblyReference.cache │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXSLT.ClrTypes.dll │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXSLT.btproj.CoreCompileInputs.cache │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXSLT.btproj.FileListAbsolute.txt │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXSLT.btprojAssemblyReference.cache │ │ │ │ ├── POC.BizTalk.AdvanceFilterWithXSLT.dll │ │ │ │ └── POC.BizTalk.AdvanceFilterWithXSLT.pdb │ │ └── orchAdvFilterXPath.odx │ ├── README.md │ └── Sample │ │ └── XMLSample_output.xml ├── POC-BizTalk-Count-XML-Nodes-Inside-Orchestrations │ ├── .vs │ │ └── POC.BizTalk.CountXMLNodesInsideOrchestrations │ │ │ └── v16 │ │ │ └── .suo │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.sln │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations │ │ ├── OutputCount.xsd │ │ ├── OutputCount.xsd.cs │ │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.btproj │ │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── XMLSample.xsd │ │ ├── XMLSample.xsd.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.dll │ │ │ │ └── POC.BizTalk.CountXMLNodesInsideOrchestrations.pdb │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ │ │ ├── .NETFramework,Version=v4.8.AssemblyAttributes.cs │ │ │ │ ├── BizTalk │ │ │ │ ├── BuildDone │ │ │ │ └── XLang │ │ │ │ │ └── File0.cs │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.ClrTypes.dll │ │ │ │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.btproj.CoreCompileInputs.cache │ │ │ │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.btproj.FileListAbsolute.txt │ │ │ │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.btprojAssemblyReference.cache │ │ │ │ ├── POC.BizTalk.CountXMLNodesInsideOrchestrations.dll │ │ │ │ └── POC.BizTalk.CountXMLNodesInsideOrchestrations.pdb │ │ └── orchCountXMLNodes.odx │ └── Samples │ │ └── XMLSample.xml ├── POC.DirectBoundPorts.Partner │ ├── .vs │ │ └── POC.DirectBoundPorts.Partner │ │ │ └── v16 │ │ │ └── .suo │ ├── POC.DirectBoundPorts.Partner.sln │ ├── POC.DirectBoundPorts.Partner │ │ ├── FinalMsg.xsd │ │ ├── FinalMsg.xsd.cs │ │ ├── InMsg.xsd │ │ ├── InMsg.xsd.cs │ │ ├── POC.DirectBoundPorts.Partner.btproj │ │ ├── POC.DirectBoundPorts.Partner.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── ReceiverParnerOrch.odx │ │ ├── RoutedMsg.xsd │ │ ├── RoutedMsg.xsd.cs │ │ ├── SandroPereira.snk │ │ ├── SenderPartnerOrch.odx │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── POC.DirectBoundPorts.Partner.dll │ │ │ │ └── POC.DirectBoundPorts.Partner.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── POC.DirectBoundPorts.Partner.ClrTypes.dll │ │ │ ├── POC.DirectBoundPorts.Partner.btproj.CoreCompileInputs.cache │ │ │ ├── POC.DirectBoundPorts.Partner.btproj.FileListAbsolute.txt │ │ │ ├── POC.DirectBoundPorts.Partner.btprojAssemblyReference.cache │ │ │ ├── POC.DirectBoundPorts.Partner.dll │ │ │ └── POC.DirectBoundPorts.Partner.pdb │ └── README.md ├── POC.DirectBoundPorts.RouteMsgBox │ ├── .vs │ │ └── POC.DirectBoundPorts │ │ │ └── v16 │ │ │ └── .suo │ ├── POC.DirectBoundPorts.sln │ ├── POC.DirectBoundPorts │ │ ├── EntryOrchestration.odx │ │ ├── FinalMsg.xsd │ │ ├── FinalMsg.xsd.cs │ │ ├── InMsg.xsd │ │ ├── InMsg.xsd.cs │ │ ├── OrchSubsMsgBox.odx │ │ ├── OutSchema.xsd.cs │ │ ├── POC.DirectBoundPorts.RouteMsgBox.btproj │ │ ├── POC.DirectBoundPorts.RouteMsgBox.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── SandroPereira.snk │ │ ├── TestSchema.xsd.cs │ │ ├── ToBeRouteMsg.xsd │ │ ├── ToBeRouteMsg.xsd.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── POC.DirectBoundPorts.dll │ │ │ │ └── POC.DirectBoundPorts.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── POC.DirectBoundPorts.ClrTypes.dll │ │ │ ├── POC.DirectBoundPorts.RouteMsgBox.btproj.CoreCompileInputs.cache │ │ │ ├── POC.DirectBoundPorts.RouteMsgBox.btproj.FileListAbsolute.txt │ │ │ ├── POC.DirectBoundPorts.btproj.CoreCompileInputs.cache │ │ │ ├── POC.DirectBoundPorts.btproj.FileListAbsolute.txt │ │ │ ├── POC.DirectBoundPorts.dll │ │ │ └── POC.DirectBoundPorts.pdb │ └── README.md ├── POC.DirectBoundPorts.SelfCorrelation │ ├── .vs │ │ └── POC.DirectBoundPorts.SelfCorrelation │ │ │ └── v16 │ │ │ └── .suo │ ├── POC.DirectBoundPorts.SelfCorrelation.sln │ ├── POC.DirectBoundPorts.SelfCorrelation │ │ ├── Data.xsd │ │ ├── Data.xsd.cs │ │ ├── POC.DirectBoundPorts.SelfCorrelation.btproj │ │ ├── POC.DirectBoundPorts.SelfCorrelation.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── ReceiverSelfCorrelationOrch.odx │ │ ├── SandroPereira.snk │ │ ├── SendSelfCorrelationOrch.odx │ │ ├── TriggerProcess.xsd │ │ ├── TriggerProcess.xsd.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── POC.DirectBoundPorts.SelfCorrelation.dll │ │ │ │ └── POC.DirectBoundPorts.SelfCorrelation.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── POC.DirectBoundPorts.SelfCorrelation.ClrTypes.dll │ │ │ ├── POC.DirectBoundPorts.SelfCorrelation.btproj.CoreCompileInputs.cache │ │ │ ├── POC.DirectBoundPorts.SelfCorrelation.btproj.FileListAbsolute.txt │ │ │ ├── POC.DirectBoundPorts.SelfCorrelation.btprojAssemblyReference.cache │ │ │ ├── POC.DirectBoundPorts.SelfCorrelation.dll │ │ │ └── POC.DirectBoundPorts.SelfCorrelation.pdb │ └── README.md └── README.md ├── Working-with-Pipelines ├── Calling-multiple-Disassemblers-in-Receive-pipeline │ ├── MultiDisassembler.sln │ ├── MultiDisassembler.v11.suo │ ├── PipelineComponents │ │ ├── ExtractingXmlDisassembler.cs │ │ ├── PipelineComponents.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── PipelineComponents.csproj.FileListAbsolute.txt │ │ │ ├── PipelineComponents.csprojResolveAssemblyReference.cache │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── VirtualGreen.Samples.MultiDisassembler.PipelineComponents.dll │ │ │ └── VirtualGreen.Samples.MultiDisassembler.PipelineComponents.pdb │ ├── Pipelines │ │ ├── ExtractXmlReceive.btp │ │ ├── Pipelines.btproj │ │ ├── Pipelines.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Pipelines.btproj.FileListAbsolute.txt │ │ │ └── Pipelines.btprojResolveAssemblyReference.cache │ ├── README.md │ ├── SharedAssemblyInfo.cs │ └── samples.snk └── README.md ├── Working-with-Routing └── CBRwithLOBOperations │ ├── .vs │ └── CBRwithLOBOperations │ │ └── v14 │ │ └── .suo │ ├── CBROperationPromotionDecode │ ├── CBRIdocOperationPromotionDecode │ │ ├── BizTalkComponents.snk │ │ ├── CBR.bmp │ │ ├── CBRIdocOperationPromotionDecode.cs │ │ ├── CBRIdocOperationPromotionDecode.csproj │ │ ├── CBRIdocOperationPromotionDecode.csproj.vspscc │ │ ├── CBRIdocOperationPromotionDecode.resx │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── CBRIdocOperationPromotionDecode.dll │ │ │ │ ├── CBRIdocOperationPromotionDecode.pdb │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ └── obj │ │ │ └── Debug │ │ │ ├── CBRIdocOperationPromotionDecode.csproj.FileListAbsolute.txt │ │ │ ├── CBRIdocOperationPromotionDecode.csproj.GenerateResource.Cache │ │ │ ├── CBRIdocOperationPromotionDecode.csprojResolveAssemblyReference.cache │ │ │ ├── CBRIdocOperationPromotionDecode.dll │ │ │ ├── CBRIdocOperationPromotionDecode.pdb │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── PipelineComponents.OperationPromotion.CBRIdocOperationPromotionDecode.resources │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── CBROperationPromotionDecode.sln │ ├── CBROperationPromotionDecode.v11.suo │ ├── CBROperationPromotionDecode.v12.suo │ ├── CBROperationPromotionDecode.vssscc │ └── CBROperationPromotionDecode │ │ ├── BizTalkComponents.snk │ │ ├── CBR.bmp │ │ ├── CBROperationPromotionDecode.cs │ │ ├── CBROperationPromotionDecode.csproj │ │ ├── CBROperationPromotionDecode.csproj.vspscc │ │ ├── CBROperationPromotionDecode.resx │ │ ├── CBROperationPromotionDecode.sln │ │ ├── CBROperationPromotionDecode.v12.suo │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Resources │ │ └── COMPONENTICON.bmp │ │ ├── bin │ │ └── Debug │ │ │ ├── CBROperationPromotionDecode.dll │ │ │ ├── CBROperationPromotionDecode.pdb │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ ├── Microsoft.XLANGs.BaseTypes.dll │ │ │ ├── Microsoft.XLANGs.BizTalk.Engine.dll │ │ │ └── Microsoft.XLANGs.Engine.dll │ │ └── obj │ │ └── Debug │ │ ├── CBROperationPromotionDecode.csproj.FileListAbsolute.txt │ │ ├── CBROperationPromotionDecode.csproj.GenerateResource.Cache │ │ ├── CBROperationPromotionDecode.csprojResolveAssemblyReference.cache │ │ ├── CBROperationPromotionDecode.dll │ │ ├── CBROperationPromotionDecode.pdb │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── PipelineComponents.OperationPromotion.CBROperationPromotionDecode.resources │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── CBRwithLOBOperations.sln │ ├── CBRwithLOBOperations │ ├── BizTalk Orchestration1.odx │ ├── CBRPromoteOperation.btp │ ├── CBRPromoteOperation.btp.cs │ ├── CBRwithLOBOperations.btproj │ ├── CBRwithLOBOperations.btproj.user │ ├── Maps │ │ ├── mapCanonicalAdd_to_LOBInsert.btm │ │ ├── mapCanonicalAdd_to_LOBInsert.btm.cs │ │ ├── mapCanonicalDelete_to_LOBDelete.btm │ │ ├── mapCanonicalDelete_to_LOBDelete.btm.cs │ │ ├── mapCanonicalSelect_to_LOBSelect.btm │ │ ├── mapCanonicalSelect_to_LOBSelect.btm.cs │ │ ├── mapLOBDelete_to_CanonicalResponse.btm │ │ ├── mapLOBDelete_to_CanonicalResponse.btm.cs │ │ ├── mapLOBInsert_to_CanonicalResponse.btm │ │ ├── mapLOBInsert_to_CanonicalResponse.btm.cs │ │ ├── mapLOBSelect_to_CanonicalResponse.btm │ │ └── mapLOBSelect_to_CanonicalResponse.btm.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Response.xsd │ ├── Response.xsd.cs │ ├── SandroPereira.snk │ ├── Schemas │ │ ├── AddPersons.xsd │ │ ├── AddPersons.xsd.cs │ │ ├── DeletePerson.xsd │ │ ├── DeletePerson.xsd.cs │ │ ├── SQL_OP_SimpleTypeArray.xsd │ │ ├── SQL_OP_SimpleTypeArray.xsd.cs │ │ ├── SQL_OP_Table.dbo.xsd │ │ ├── SQL_OP_Table.dbo.xsd.cs │ │ ├── SQL_OP_TableOperation.dbo.Person.xsd │ │ ├── SQL_OP_TableOperation.dbo.Person.xsd.cs │ │ ├── SelectPersons.xsd │ │ ├── SelectPersons.xsd.cs │ │ └── WcfSendPort_SqlAdapterBinding_Custom.bindinginfo.xml │ ├── bin │ │ └── Debug │ │ │ ├── CBROperationPromotionDecode.dll │ │ │ ├── CBRwithLOBOperations.dll │ │ │ ├── CBRwithLOBOperations.dllBrunoCustomerOrderSample_9813fff8-a937-49cd-b97d-4b9e462a2755txt │ │ │ ├── CBRwithLOBOperations.pdb │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ ├── compile.bat │ └── obj │ │ └── Debug │ │ ├── BizTalk │ │ └── BuildDone │ │ ├── CBRwithLOBOperations.ClrTypes.dll │ │ ├── CBRwithLOBOperations.btproj.FileListAbsolute.txt │ │ ├── CBRwithLOBOperations.btprojResolveAssemblyReference.cache │ │ ├── CBRwithLOBOperations.dll │ │ ├── CBRwithLOBOperations.pdb │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── README.md └── Working-with-Schemas ├── Dealing-with-Files-Delimited-by-Symbols ├── DelimitedBySymbols │ ├── DelimitedBySymbols.btproj │ ├── DelimitedBySymbols.btproj.user │ ├── Demo01 │ │ ├── Address │ │ │ ├── FF_Address_ReceivePipeline.btp │ │ │ ├── FF_Address_ReceivePipeline.btp.cs │ │ │ ├── FF_DSYMBOL_ADDRESS.xsd │ │ │ └── FF_DSYMBOL_ADDRESS.xsd.cs │ │ ├── FF_BothPeopleAddress_ReceivePipeline.btp │ │ ├── FF_BothPeopleAddress_ReceivePipeline.btp.cs │ │ └── People │ │ │ ├── FF_DSYMBOL_PEOPLE.xsd │ │ │ ├── FF_DSYMBOL_PEOPLE.xsd.cs │ │ │ ├── FF_DSYMBOL_PEOPLE_Advance.xsd │ │ │ ├── FF_DSYMBOL_PEOPLE_Advance.xsd.cs │ │ │ ├── FF_DSYMBOL_PEOPLE_FVersion.xsd.cs │ │ │ ├── FF_PeopleADV_ReceivePipeline.btp │ │ │ ├── FF_People_ReceivePipeline.btp │ │ │ └── FF_People_ReceivePipeline.btp.cs │ ├── FF_BothPeopleAddress_ReceivePipeline.btp.cs │ ├── FF_Generic_ReceivePipeline.btp │ ├── FF_Generic_ReceivePipeline.btp.cs │ ├── FF_PeopleADV_ReceivePipeline.btp.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── SandroPereira.snk │ ├── bin │ │ └── Debug │ │ │ ├── DelimitedBySymbols.dll │ │ │ └── DelimitedBySymbols.pdb │ └── obj │ │ └── Debug │ │ ├── BizTalk │ │ └── BuildDone │ │ ├── DelimitedBySymbols.ClrTypes.dll │ │ ├── DelimitedBySymbols.btproj.FileListAbsolute.txt │ │ ├── DelimitedBySymbols.dll │ │ ├── DelimitedBySymbols.pdb │ │ └── DesignTimeResolveAssemblyReferencesInput.cache ├── DemoFile │ ├── FF_DSYMBOL_ADDRESS.txt │ ├── FF_DSYMBOL_ListDone.txt │ ├── FF_DSYMBOL_ListToDo.txt │ ├── FF_DSYMBOL_PEOPLE WithOptional.txt │ ├── FF_DSYMBOL_PEOPLE WithOptionalNotPresent.txt │ ├── FF_DSYMBOL_PEOPLE WithoutEnterLastLine.txt │ ├── FF_DSYMBOL_PEOPLE with errors.txt │ ├── FF_DSYMBOL_PEOPLE.txt │ ├── FF_Positional_sample.txt │ ├── FF_ProductLOT.CSV │ ├── FF_TAG_Identifier.txt │ └── FF_WithHeaderAndTrailer.txt ├── README.md ├── WorkingWithFlatFiles.sln ├── WorkingWithFlatFiles.v12.suo └── media │ ├── Brand.css │ ├── Galleries.css │ └── Layout.css ├── Dealing-with-Positional-Flat-Files ├── DemoFile │ ├── FF_DSYMBOL_ADDRESS.txt │ ├── FF_DSYMBOL_ListDone.txt │ ├── FF_DSYMBOL_ListToDo.txt │ ├── FF_DSYMBOL_PEOPLE WithOptional.txt │ ├── FF_DSYMBOL_PEOPLE WithOptionalNotPresent.txt │ ├── FF_DSYMBOL_PEOPLE WithoutEnterLastLine.txt │ ├── FF_DSYMBOL_PEOPLE with errors.txt │ ├── FF_DSYMBOL_PEOPLE.txt │ ├── FF_Positional_sample - Copy.txt │ ├── FF_Positional_sample.txt │ ├── FF_ProductLOT.CSV │ ├── FF_TAG_Identifier.txt │ └── FF_WithHeaderAndTrailer.txt ├── PositionalTextFiles │ ├── FF_Employee_ReceivePipeline.btp │ ├── FF_Positional_Employees.xsd │ ├── PositionalTextFiles.btproj │ ├── PositionalTextFiles.btproj.user │ ├── Properties │ │ └── AssemblyInfo.cs │ └── obj │ │ └── Debug │ │ └── DesignTimeResolveAssemblyReferencesInput.cache ├── README.md ├── WorkingWithFlatFiles.sln └── WorkingWithFlatFiles.v12.suo ├── POC.BizTalk.PropertyDemotion ├── .vs │ └── POC.BizTalk.PropertyDemotion │ │ └── v16 │ │ └── .suo ├── POC.BizTalk.PropertyDemotion.PipelineComponent │ ├── BizTalkPromotion.cs │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.csproj │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── bin │ │ └── Debug │ │ │ ├── IKVM.OpenJDK.Charsets.dll │ │ │ ├── IKVM.OpenJDK.Core.dll │ │ │ ├── IKVM.OpenJDK.Security.dll │ │ │ ├── IKVM.OpenJDK.Text.dll │ │ │ ├── IKVM.OpenJDK.Util.dll │ │ │ ├── IKVM.OpenJDK.XML.API.dll │ │ │ ├── IKVM.Runtime.dll │ │ │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.dll │ │ │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.pdb │ │ │ ├── saxon9he-api.dll │ │ │ └── saxon9he.dll │ ├── key.snk │ └── obj │ │ └── Debug │ │ ├── .NETFramework,Version=v4.0.AssemblyAttributes.cs │ │ ├── .NETFramework,Version=v4.6.1.AssemblyAttributes.cs │ │ ├── BizTalk.Promotion.PipelineComponent.csproj.FileListAbsolute.txt │ │ ├── BizTalk.Promotion.PipelineComponent.csprojResolveAssemblyReference.cache │ │ ├── BizTalk.Promotion.PipelineComponent.dll │ │ ├── BizTalk.Promotion.PipelineComponent.pdb │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.csproj.CopyComplete │ │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.csproj.CoreCompileInputs.cache │ │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.csproj.FileListAbsolute.txt │ │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.csprojAssemblyReference.cache │ │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.dll │ │ └── POC.BizTalk.PropertyDemotion.PipelineComponent.pdb ├── POC.BizTalk.PropertyDemotion.sln ├── POC.BizTalk.PropertyDemotion │ ├── POC.BizTalk.PropertyDemotion.btproj │ ├── POC.BizTalk.PropertyDemotion.btproj.user │ ├── Person.xsd │ ├── Person.xsd.cs │ ├── PromoteReceivePipeline.btp │ ├── PromoteReceivePipeline.btp.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── PropertySchema.xsd │ ├── PropertySchema.xsd.cs │ ├── Registration.xsd │ ├── Registration.xsd.cs │ ├── SandroPereira.snk │ ├── bin │ │ └── Debug │ │ │ ├── POC.BizTalk.PropertyDemotion.PipelineComponent.dll │ │ │ ├── POC.BizTalk.PropertyDemotion.dll │ │ │ └── POC.BizTalk.PropertyDemotion.pdb │ ├── mapPersonToRegistration.btm │ ├── mapPersonToRegistration.btm.cs │ └── obj │ │ └── Debug │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── BizTalk │ │ └── BuildDone │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── POC.BizTalk.PropertyDemotion.ClrTypes.dll │ │ ├── POC.BizTalk.PropertyDemotion.btproj.CopyComplete │ │ ├── POC.BizTalk.PropertyDemotion.btproj.CoreCompileInputs.cache │ │ ├── POC.BizTalk.PropertyDemotion.btproj.FileListAbsolute.txt │ │ ├── POC.BizTalk.PropertyDemotion.btprojAssemblyReference.cache │ │ ├── POC.BizTalk.PropertyDemotion.dll │ │ └── POC.BizTalk.PropertyDemotion.pdb └── README.md ├── POC.BizTalk.PropertyFieldPromotion ├── .vs │ └── POC.BizTalk.PropertyFieldPromotion │ │ └── v16 │ │ └── .suo ├── POC.BizTalk.PropertyFieldPromotion.sln ├── POC.BizTalk.PropertyFieldPromotion │ ├── POC.BizTalk.PropertyFieldPromotion.btproj │ ├── POC.BizTalk.PropertyFieldPromotion.btproj.user │ ├── POCPropertySchema.xsd │ ├── POCPropertySchema.xsd.cs │ ├── Person.xsd │ ├── Person.xsd.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── SandroPereira.snk │ ├── bin │ │ └── Debug │ │ │ ├── POC.BizTalk.PropertyFieldPromotion.dll │ │ │ └── POC.BizTalk.PropertyFieldPromotion.pdb │ └── obj │ │ └── Debug │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── BizTalk │ │ └── BuildDone │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── POC.BizTalk.PropertyFieldPromotion.ClrTypes.dll │ │ ├── POC.BizTalk.PropertyFieldPromotion.btproj.CoreCompileInputs.cache │ │ ├── POC.BizTalk.PropertyFieldPromotion.btproj.FileListAbsolute.txt │ │ ├── POC.BizTalk.PropertyFieldPromotion.btprojAssemblyReference.cache │ │ ├── POC.BizTalk.PropertyFieldPromotion.dll │ │ └── POC.BizTalk.PropertyFieldPromotion.pdb └── README.md ├── README.md ├── Schemas-Handle-Restrictions-on-Date ├── .vs │ └── POC.BizTalk.SchemasHandleRestrictionsonDate │ │ └── v16 │ │ └── .suo ├── POC.BizTalk.SchemasHandleRestrictionsonDate.sln ├── POC.BizTalk.SchemasHandleRestrictionsonDate │ ├── DateRestrictions.xsd │ ├── POC.BizTalk.SchemasHandleRestrictionsonDate.btproj │ ├── POC.BizTalk.SchemasHandleRestrictionsonDate.btproj.user │ ├── Properties │ │ └── AssemblyInfo.cs │ └── obj │ │ └── Debug │ │ ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── POC.BizTalk.SchemasHandleRestrictionsonDate.btprojAssemblyReference.cache ├── README.md └── Samples │ └── DateRestrictions_output.xml ├── Transform-text-files-Flat-Files-into-XML ├── PORTS │ └── OUT │ │ └── {B1D9D496-CE61-475A-A482-836A311F70F8}.xml ├── README.md ├── TESTFILES │ └── PESSOAS.txt ├── TransformarFlatFilesEmXML.sln ├── TransformarFlatFilesEmXML.suo ├── TransformarFlatFilesEmXML │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── ReceivePipelineCustomPessoas.btp │ ├── ReceivePipelineCustomPessoas.btp.cs │ ├── TXT_to_XML.xsd │ ├── TXT_to_XML.xsd.cs │ ├── TXTtoXML.snk │ ├── TransformarFlatFilesEmXML.btproj │ ├── TransformarFlatFilesEmXML.btproj.user │ ├── bin │ │ └── Debug │ │ │ ├── TransformarFlatFilesEmXML.dll │ │ │ └── TransformarFlatFilesEmXML.pdb │ └── obj │ │ └── Debug │ │ ├── BizTalk │ │ └── BuildDone │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── TransformarFlatFilesEmXML.ClrTypes.dll │ │ ├── TransformarFlatFilesEmXML.btproj.FileListAbsolute.txt │ │ ├── TransformarFlatFilesEmXML.dll │ │ └── TransformarFlatFilesEmXML.pdb └── media │ ├── Flat-file-schema.png │ └── FlatFile-sample.png └── XML-RPC-Schema ├── README.md ├── RPCSchema.xsd └── media └── xml-rpc.jpg /README.md: -------------------------------------------------------------------------------- 1 | # BizTalk Server Learning Path 2 | BizTalk Server Learning Path 3 | -------------------------------------------------------------------------------- /Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2010-Using-Unit-Testing-Schemas-and-Maps/Files/PeopleOrigin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2010-Using-Unit-Testing-Schemas-and-Maps/Files/PeopleOrigin.xml -------------------------------------------------------------------------------- /Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2010-Using-Unit-Testing-Schemas-and-Maps/Files/PersonOrigin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2010-Using-Unit-Testing-Schemas-and-Maps/Files/PersonOrigin.xml -------------------------------------------------------------------------------- /Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2013-Using-Unit-Testing-Schemas-and-Maps/Files/PeopleOrigin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2013-Using-Unit-Testing-Schemas-and-Maps/Files/PeopleOrigin.xml -------------------------------------------------------------------------------- /Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2013-Using-Unit-Testing-Schemas-and-Maps/Files/PeopleTarget.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2013-Using-Unit-Testing-Schemas-and-Maps/Files/PeopleTarget.xml -------------------------------------------------------------------------------- /Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2013-Using-Unit-Testing-Schemas-and-Maps/Files/PersonOrigin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Testing-Deploying-and-Managing-BizTalk-Applications/BTS-2013-Using-Unit-Testing-Schemas-and-Maps/Files/PersonOrigin.xml -------------------------------------------------------------------------------- /Tracking-and-Troubleshooting-BizTalk-Applications/Moving-Event-Source-To-Different-Event-Log/media/Annoying-Tord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Tracking-and-Troubleshooting-BizTalk-Applications/Moving-Event-Source-To-Different-Event-Log/media/Annoying-Tord.png -------------------------------------------------------------------------------- /Working-with-Maps/Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy/FILES/PurchaseOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy/FILES/PurchaseOrder.xml -------------------------------------------------------------------------------- /Working-with-Maps/Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy/media/Link-by-Name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy/media/Link-by-Name.png -------------------------------------------------------------------------------- /Working-with-Maps/Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy/media/Link-by-Structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy/media/Link-by-Structure.png -------------------------------------------------------------------------------- /Working-with-Maps/Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy/media/Mass-Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Automatically-Link-Record-Elements-By-Structure-Name-or-Mass-Copy/media/Mass-Copy.png -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas.suo -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/ComoFuncionamOsMapas.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/ComoFuncionamOsMapas.snk -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Map1.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Map1.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Map3.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Map3.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/ComoFuncionamOsMapas.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/ComoFuncionamOsMapas.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/Etiquetas.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/Etiquetas.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/ExemploScriptingFunctoid.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/ExemploScriptingFunctoid.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/LinkForaOrdemMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/LinkForaOrdemMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/Map1.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/Map1.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/PessoaOrigemParaDestino.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/PessoaOrigemParaDestino.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/RecordLinkPorOrdem.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Mapas/RecordLinkPorOrdem.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/MapasNetPonto/DemoNetPonto.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/MapasNetPonto/DemoNetPonto.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/NetPonto.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/NetPonto.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoaDestino.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoaDestino.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoaDestino2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoaDestino2.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoaOrigem.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoaOrigem.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoasDestino.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoasDestino.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoasOrigem.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/Schemas/PessoasOrigem.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/bin/Debug/ComoFuncinamOsMapas.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/bin/Debug/ComoFuncinamOsMapas.dll -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/bin/Debug/ComoFuncinamOsMapas.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/bin/Debug/ComoFuncinamOsMapas.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/obj/Debug/ComoFuncinamOsMapas.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/obj/Debug/ComoFuncinamOsMapas.ClrTypes.dll -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/obj/Debug/ComoFuncinamOsMapas.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/obj/Debug/ComoFuncinamOsMapas.dll -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/obj/Debug/ComoFuncinamOsMapas.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/ComoFuncinamOsMapas/obj/Debug/ComoFuncinamOsMapas.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/Ficheiros/PessoaOrigem_output - Copy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/Ficheiros/PessoaOrigem_output - Copy.xml -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/Ficheiros/PessoaOrigem_output - SEM CodigoPostal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/Ficheiros/PessoaOrigem_output - SEM CodigoPostal.xml -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/Ficheiros/PessoaOrigem_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/Ficheiros/PessoaOrigem_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/Ficheiros/Schema1_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/Ficheiros/Schema1_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/Files/PeopleOrigin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/Files/PeopleOrigin.xml -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/Files/PersonOrigin - Copy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/Files/PersonOrigin - Copy.xml -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/Files/PersonOrigin - without Zip.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/Files/PersonOrigin - without Zip.xml -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/Files/PersonOrigin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/Files/PersonOrigin.xml -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/ComoFuncionamOsMapas.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/ComoFuncionamOsMapas.snk -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/BasicsOfMaps.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/BasicsOfMaps.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/HowMapsWorks.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/HowMapsWorks.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/LinksOutOfOrder.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/LinksOutOfOrder.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/LinksPerOrder.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/LinksPerOrder.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/ScriptingFunctoidSample.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/ScriptingFunctoidSample.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/WorkingWithLabels.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Maps/WorkingWithLabels.btm -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PeopleOrigin.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PeopleOrigin.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PeopleTarget.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PeopleTarget.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PersonOrigin.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PersonOrigin.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PersonTarget.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PersonTarget.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PersonTarget2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/Schemas/PersonTarget2.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/bin/Debug/HowMapsWorks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/bin/Debug/HowMapsWorks.dll -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/bin/Debug/HowMapsWorks.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/bin/Debug/HowMapsWorks.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/HowMapsWorks.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/HowMapsWorks.ClrTypes.dll -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/HowMapsWorks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/HowMapsWorks.dll -------------------------------------------------------------------------------- /Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/HowMapsWorks.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Basics-principles-of-Maps/HowMapsWorks/obj/Debug/HowMapsWorks.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids/Files/Order_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids/Files/Order_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids/media/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids/media/1.png -------------------------------------------------------------------------------- /Working-with-Maps/Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids/media/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids/media/2.png -------------------------------------------------------------------------------- /Working-with-Maps/Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids/media/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Built-in-Functoids-Scripting-Functoid-and-Custom-Functoids/media/3.png -------------------------------------------------------------------------------- /Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/BizTalk.CallingExternalAssemblyFromInlineXSLT.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/BizTalk.CallingExternalAssemblyFromInlineXSLT.suo -------------------------------------------------------------------------------- /Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/BizTalk.CallingExternalAssemblyFromInlineXSLT/CarInfo.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/BizTalk.CallingExternalAssemblyFromInlineXSLT/CarInfo.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/InputFile/CarInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/InputFile/CarInfo.xml -------------------------------------------------------------------------------- /Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/Mapper.Extensions.Functions/ExtendingMapper.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/Mapper.Extensions.Functions/ExtendingMapper.snk -------------------------------------------------------------------------------- /Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/media/Custom-Extension-XML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Calling-external-assembly-from-Custom-XSLT/media/Custom-Extension-XML.png -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/01-Solution/CanonicalRequest.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/01-Solution/CanonicalRequest.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/01-Solution/ServiceSchemas/AddUser.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/01-Solution/ServiceSchemas/AddUser.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/01-Solution/ServiceSchemas/ChangeUserInfo.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/01-Solution/ServiceSchemas/ChangeUserInfo.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/01-Solution/ServiceSchemas/RemoveUser.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/01-Solution/ServiceSchemas/RemoveUser.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/NestedPurchaseOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/NestedPurchaseOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/NestedToOneMapXSLT.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/NestedToOneMapXSLT.btm -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/Order.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/OrderSimple.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/OrderSimple.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/OrderToSimpleOrderMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/02-Solution/OrderToSimpleOrderMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/bin/Debug/CanonicalDataModelPattern.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/bin/Debug/CanonicalDataModelPattern.dll -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/bin/Debug/CanonicalDataModelPattern.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/bin/Debug/CanonicalDataModelPattern.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/obj/Debug/CanonicalDataModelPattern.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/obj/Debug/CanonicalDataModelPattern.dll -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/obj/Debug/CanonicalDataModelPattern.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/CanonicalDataModelPattern/obj/Debug/CanonicalDataModelPattern.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/InputFiles/Order_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/InputFiles/Order_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/MSI/CanonicalDataModelPattern.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/MSI/CanonicalDataModelPattern.msi -------------------------------------------------------------------------------- /Working-with-Maps/Canonical-Data-Model-Pattern/media/BizTalk-Server-Port-Configuration-Canonical-Data-Model-Pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Canonical-Data-Model-Pattern/media/BizTalk-Server-Port-Configuration-Canonical-Data-Model-Pattern.png -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input2.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input3.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input4.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input5.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input6.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input7.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/01/CheckDataExistenceSource_input8.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/02/CommonConditionsSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/02/CommonConditionsSource.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/02/CommonConditionsSource2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/02/CommonConditionsSource2.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/03/IfThenElseSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/03/IfThenElseSource.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/03/IfThenElseSource2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/03/IfThenElseSource2.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/03/IfThenElseSource3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/03/IfThenElseSource3.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/03/IfThenElseSource4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/03/IfThenElseSource4.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/04/output.xml: -------------------------------------------------------------------------------- 1 |  2 | 2458.25 3 | 3458.25 4 | 4458.25 5 | 5458.25 6 | -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/TestFiles/Conditions_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/TestFiles/Conditions_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/01-CheckDataExistence/CheckDataExistenceDestination.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/01-CheckDataExistence/CheckDataExistenceDestination.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/01-CheckDataExistence/CheckDataExistenceMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/01-CheckDataExistence/CheckDataExistenceMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/01-CheckDataExistence/CheckDataExistenceSource.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/01-CheckDataExistence/CheckDataExistenceSource.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/02-IfThen/CommonConditionsDestination.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/02-IfThen/CommonConditionsDestination.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/02-IfThen/CommonConditionsMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/02-IfThen/CommonConditionsMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/02-IfThen/CommonConditionsMapImproved.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/02-IfThen/CommonConditionsMapImproved.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/02-IfThen/CommonConditionsSource.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/02-IfThen/CommonConditionsSource.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseDestination.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseDestination.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseMapSol2.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseMapSol2.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseMapSol3.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseMapSol3.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseSource.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/03-IfThenElse/IfThenElseSource.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop2.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop2.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop3.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop3.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop4.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop4.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop5.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/MapIfInsideLoop5.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/OutputReq.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/OutputReq.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/04-IfThenElseRecursiveRecords/output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/05-SwitchStatement/MapConditionsRecords.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/05-SwitchStatement/MapConditionsRecords.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/05-SwitchStatement/MapConditionsRecordsCScript.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/05-SwitchStatement/MapConditionsRecordsCScript.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/05-SwitchStatement/MapConditionsRecordsXSLT.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/05-SwitchStatement/MapConditionsRecordsXSLT.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/Conditions.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/Conditions.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/ConditionsResult.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/ConditionsResult.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/ConditionsResult2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/ConditionsResult2.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/MapConditions.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/MapConditions.btm -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/bin/Debug/WorkingWithConditions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/bin/Debug/WorkingWithConditions.dll -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/bin/Debug/WorkingWithConditions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/bin/Debug/WorkingWithConditions.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/WorkingWithConditions.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/WorkingWithConditions.ClrTypes.dll -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/WorkingWithConditions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/WorkingWithConditions.dll -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/WorkingWithConditions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/WorkingWithConditions/obj/Debug/WorkingWithConditions.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Conditional-Pattern/media/BizTalk-Mapper-Switch-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Conditional-Pattern/media/BizTalk-Mapper-Switch-segment.png -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/InstallationFiles/JoinMultipleMessages.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/InstallationFiles/JoinMultipleMessages.msi -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/1-TryingFunctoids/TransformUsingFunctoids.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/1-TryingFunctoids/TransformUsingFunctoids.btm -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/3-UsingXSLTTemplate/TransformUserAndAddressToOutput.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/3-UsingXSLTTemplate/TransformUserAndAddressToOutput.btm -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/InputAddresses.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/InputAddresses.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/InputAddresses1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/InputAddresses1.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/InuputUsers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/InuputUsers.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/InuputUsers1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/InuputUsers1.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/JoinMultipleMessages.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/JoinMultipleMessages.snk -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/OutputMessage.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/OutputMessage.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/OutputMessage1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/OutputMessage1.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/bin/Debug/JoinMultipleMessages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/bin/Debug/JoinMultipleMessages.dll -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/bin/Debug/JoinMultipleMessages.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/bin/Debug/JoinMultipleMessages.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/obj/Debug/JoinMultipleMessages.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/obj/Debug/JoinMultipleMessages.ClrTypes.dll -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/obj/Debug/JoinMultipleMessages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/obj/Debug/JoinMultipleMessages.dll -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/obj/Debug/JoinMultipleMessages.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/JoinMultipleMessages/obj/Debug/JoinMultipleMessages.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/TestFiles/InputAddresses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/TestFiles/InputAddresses.xml -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/TestFiles/InuputUsers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/TestFiles/InuputUsers.xml -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/TestFiles/OutputMessage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/TestFiles/OutputMessage.xml -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/TestFiles/inputfile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/TestFiles/inputfile.xml -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/TestFiles/inputfilemultiple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/TestFiles/inputfilemultiple.xml -------------------------------------------------------------------------------- /Working-with-Maps/Content-Enricher-Pattern/media/Content-Enricher-Pattern.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Enricher-Pattern/media/Content-Enricher-Pattern.PNG -------------------------------------------------------------------------------- /Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/Files/Example2/ApplicationForms - Copy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/Files/Example2/ApplicationForms - Copy.xml -------------------------------------------------------------------------------- /Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/Files/Example2/ApplicationForms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/Files/Example2/ApplicationForms.xml -------------------------------------------------------------------------------- /Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/Files/Sample1/OrderList_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/Files/Sample1/OrderList_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/media/BizTalk-Mapper-Patterns-Content-Filter-Pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/media/BizTalk-Mapper-Patterns-Content-Filter-Pattern.png -------------------------------------------------------------------------------- /Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/media/BizTalk-Mapper-Patterns-Data-Cleaning-Pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Content-Filter-Pattern-Data-Cleaning-Pattern/media/BizTalk-Mapper-Patterns-Data-Cleaning-Pattern.png -------------------------------------------------------------------------------- /Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/Files/input.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | This is a test of text 4 | -------------------------------------------------------------------------------- /Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/MapPIs.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/MapPIs.btm -------------------------------------------------------------------------------- /Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/MapPIsTrue.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/MapPIsTrue.btm -------------------------------------------------------------------------------- /Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/Mapdemo.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/Mapdemo.btm -------------------------------------------------------------------------------- /Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Copy-Processing-Instructions-Grid-Property-explained/MappingProcessingInstructions/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/MapWithExternalXSLT.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/MapWithExternalXSLT.btm -------------------------------------------------------------------------------- /Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/MapWithFunctoids.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/MapWithFunctoids.btm -------------------------------------------------------------------------------- /Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/Order.xsd -------------------------------------------------------------------------------- /Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/SAPOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/SAPOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/ExternalCustomXSLTvsBizTalkMapper/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/Files/ExternalXSLT.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/External-Custom-XSLT-vs-BizTalk-Mapper/Files/ExternalXSLT.xsl -------------------------------------------------------------------------------- /Working-with-Maps/GenerateDefaultFixedNodes-attribute-of-the-mapsource-element/GenerateDefaultFixedNodes/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/GenerateDefaultFixedNodes-attribute-of-the-mapsource-element/GenerateDefaultFixedNodes/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/GenerateDefaultFixedNodes-attribute-of-the-mapsource-element/GenerateDefaultFixedNodes/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/GenerateDefaultFixedNodes-attribute-of-the-mapsource-element/GenerateDefaultFixedNodes/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/TestFiles/InputAddresses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/TestFiles/InputAddresses.xml -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/TestFiles/InuputUsers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/TestFiles/InuputUsers.xml -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/TestFiles/OutputMessage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/TestFiles/OutputMessage.xml -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/media/grouping-solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/media/grouping-solution.png -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/media/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Group-elements-from-different-messages-BizTalk-Maps/media/screenshot.png -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/Msg/Input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/Msg/Input.xml -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/Msg/InputPersons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/Msg/InputPersons.xml -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/Msg/MapListParteners_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/Msg/MapListParteners_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample1/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample1/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample1/MapListParteners.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample1/MapListParteners.btm -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample1/Output1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample1/Output1.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample2/DataInput.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample2/DataInput.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample2/DataMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample2/DataMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample3/InputPersons.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample3/InputPersons.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample3/MapPerson.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample3/MapPerson.btm -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample3/OutputPersons.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/Sample3/OutputPersons.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/obj/Deployment/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/SelectDistinctValues/obj/Deployment/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/media/MapPerson.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/media/MapPerson.png -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/media/distinct-values-map1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/media/distinct-values-map1.jpg -------------------------------------------------------------------------------- /Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/media/distinct-values-map2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Grouping-Pattern-Selecting-distinct-nodes/media/distinct-values-map2.jpg -------------------------------------------------------------------------------- /Working-with-Maps/How-To-Reuse-Scripting-Functoids-with-Inline-Csharp/MapTipsHowToReuseScriptingFunctoids.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-To-Reuse-Scripting-Functoids-with-Inline-Csharp/MapTipsHowToReuseScriptingFunctoids.v12.suo -------------------------------------------------------------------------------- /Working-with-Maps/How-To-Reuse-Scripting-Functoids-with-Inline-Csharp/media/Reuse-Scripting-Functoid-Good-Way.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-To-Reuse-Scripting-Functoids-with-Inline-Csharp/media/Reuse-Scripting-Functoid-Good-Way.png -------------------------------------------------------------------------------- /Working-with-Maps/How-map-values-from-repeating-node-into-single-node-using-conditions/Files/output.xml: -------------------------------------------------------------------------------- 1 |  2 | 2458.25 3 | 3458.25 4 | 4458.25 5 | 5458.25 6 | -------------------------------------------------------------------------------- /Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/HowToSendOrchestrationVariablesIntoMaps/Demo03.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/HowToSendOrchestrationVariablesIntoMaps/Demo03.snk -------------------------------------------------------------------------------- /Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/HowToSendOrchestrationVariablesIntoMaps/MAP11.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/HowToSendOrchestrationVariablesIntoMaps/MAP11.btm -------------------------------------------------------------------------------- /Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/StoreValuesHelperClass/Demo03.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/StoreValuesHelperClass/Demo03.snk -------------------------------------------------------------------------------- /Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/Test files/mapinputfile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/Test files/mapinputfile.xml -------------------------------------------------------------------------------- /Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/media/Content-Enricher-Pattern-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-Access-Orchestration-Variables-from-Maps/media/Content-Enricher-Pattern-2.PNG -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-Global-Inline-Csharp-Function/Files/Order_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-Global-Inline-Csharp-Function/Files/Order_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-Global-Inline-Csharp-Function/MapTipsDifferenWayToReuseScriptingFunctoids.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-Global-Inline-Csharp-Function/MapTipsDifferenWayToReuseScriptingFunctoids.v12.suo -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/BizTalk.Logical.Functoids/Resources/IfElse.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/BizTalk.Logical.Functoids/Resources/IfElse.bmp -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/BizTalk.Logical.Functoids/Resources/notequal.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/BizTalk.Logical.Functoids/Resources/notequal.bmp -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/DemoFile/Input_Create.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/DemoFile/Input_Create.xml -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/DemoFile/Input_Update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/DemoFile/Input_Update.xml -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/IfThenElseOperations.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/IfThenElseOperations.v12.suo -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/IfThenElseOperations/IfThenElseInAnEasyWay.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/IfThenElseOperations/IfThenElseInAnEasyWay.btm -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/IfThenElseOperations/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/IfThenElseOperations/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/IfThenElseOperations/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/IfThenElseOperations/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/media/BizTalk-custom-if-then-else-condition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-create-a-custom-If-Then-Else-Functoid/media/BizTalk-custom-if-then-else-condition.png -------------------------------------------------------------------------------- /Working-with-Maps/How-to-use-Database-Lookup-Functoid/DatabaseLookup/MapConstantValues.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-use-Database-Lookup-Functoid/DatabaseLookup/MapConstantValues.btm -------------------------------------------------------------------------------- /Working-with-Maps/How-to-use-Database-Lookup-Functoid/DatabaseLookup/SourceSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-use-Database-Lookup-Functoid/DatabaseLookup/SourceSchema.xsd -------------------------------------------------------------------------------- /Working-with-Maps/How-to-use-Database-Lookup-Functoid/DatabaseLookup/TargetSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-use-Database-Lookup-Functoid/DatabaseLookup/TargetSchema.xsd -------------------------------------------------------------------------------- /Working-with-Maps/How-to-use-Database-Lookup-Functoid/RESOURCES/Instrutions.txt: -------------------------------------------------------------------------------- 1 | The Password for the MappingDemo.sso is "demo" -------------------------------------------------------------------------------- /Working-with-Maps/How-to-use-Database-Lookup-Functoid/RESOURCES/ODBCConnectionTest.udl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/How-to-use-Database-Lookup-Functoid/RESOURCES/ODBCConnectionTest.udl -------------------------------------------------------------------------------- /Working-with-Maps/Ignore-Namespaces-for-Links-property/Files/Input_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Ignore-Namespaces-for-Links-property/Files/Input_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/GlobalElements.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/GlobalElements.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/IgnoreNamespacesForLinks.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/IgnoreNamespacesForLinks.btm -------------------------------------------------------------------------------- /Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/IgnoreNamespacesForLinksFalse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/IgnoreNamespacesForLinksFalse.btm -------------------------------------------------------------------------------- /Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Ignore-Namespaces-for-Links-property/IgnoreNamespacesForLinks/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Ignore-Namespaces-for-Links-property/media/Ignore-Namespaces-For-Links-property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Ignore-Namespaces-for-Links-property/media/Ignore-Namespaces-For-Links-property.png -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/01-OneToOne/MasterAddresses.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/01-OneToOne/MasterAddresses.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/01-OneToOne/OneToOneMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/01-OneToOne/OneToOneMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/01-OneToOne/OneToOneMapReadable.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/01-OneToOne/OneToOneMapReadable.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/01-OneToOne/Survays.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/01-OneToOne/Survays.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/02-OneToMany/Lists.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/02-OneToMany/Lists.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/02-OneToMany/OneToManyMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/02-OneToMany/OneToManyMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/02-OneToMany/OneToManyMapReadable.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/02-OneToMany/OneToManyMapReadable.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/03-ManyToOne/ManyToOneMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/03-ManyToOne/ManyToOneMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/03-ManyToOne/ProjectParticipant.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/03-ManyToOne/ProjectParticipant.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/03-ManyToOne/ProjectTender.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/03-ManyToOne/ProjectTender.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/04-ManyToMany/ManyToManyMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/04-ManyToMany/ManyToManyMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/04-ManyToMany/ProjectParticipant2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/04-ManyToMany/ProjectParticipant2.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedPurchaseOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedPurchaseOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedPurchaseOrders.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedPurchaseOrders.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedToOneMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedToOneMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedToOneMapXSLT.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/NestedToOneMapXSLT.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/OrderSimple.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/05-NestedToOne/OrderSimple.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/06-NestedToNested/CreateAccount.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/06-NestedToNested/CreateAccount.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/06-NestedToNested/NestedAccount.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/06-NestedToNested/NestedAccount.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/06-NestedToNested/NestedToNestedMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/06-NestedToNested/NestedToNestedMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/06-NestedToNested/OtherExample/Families.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/01-LoppingTypes/06-NestedToNested/OtherExample/Families.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/ConditionalLoopingMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/ConditionalLoopingMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/ConditionalLoopingMapIncorrect.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/ConditionalLoopingMapIncorrect.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/ConditionalLoopingMapOrganize.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/ConditionalLoopingMapOrganize.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/ConditionalLoopingMapXSLT.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/ConditionalLoopingMapXSLT.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/MasterAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/MasterAddress.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/Surveys.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/ConditionalLooping/Surveys.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/FlatStructureToRepeatStructure/Lines.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/FlatStructureToRepeatStructure/Lines.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/FlatStructureToRepeatStructure/LinesOutput.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/FlatStructureToRepeatStructure/LinesOutput.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFlatteningFunctoid/LoppingFlatMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFlatteningFunctoid/LoppingFlatMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFlatteningFunctoid/LoppingFlatMapImproved.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFlatteningFunctoid/LoppingFlatMapImproved.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFlatteningFunctoid/OutputFlat.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFlatteningFunctoid/OutputFlat.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/LoopingMap.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/LoopingMap.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/LoopingMapImproved.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/LoopingMapImproved.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/Output1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/Output1.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/LoopValueMappingFunctoid/input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Files/Enrollment_input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Files/Enrollment_input.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Files/Enrollment_input2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Files/Enrollment_input2.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Files/X12_00501_834_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Files/X12_00501_834_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Maps/Enrollment_to_5010_834.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Maps/Enrollment_to_5010_834.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Maps/Enrollment_to_5010_834WithXSLT.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Maps/Enrollment_to_5010_834WithXSLT.btm -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Schemas/Enrollment.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Schemas/Enrollment.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Schemas/X12_00501_834.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/X1EDISample/Schemas/X12_00501_834.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/bin/Debug/LoopingPattern.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/bin/Debug/LoopingPattern.dll -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/bin/Debug/LoopingPattern.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/bin/Debug/LoopingPattern.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/LoopingPattern.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/LoopingPattern.ClrTypes.dll -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/LoopingPattern.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/LoopingPattern.dll -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/LoopingPattern.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/LoopingPattern/obj/Debug/LoopingPattern.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/TestFiles/Lines.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/TestFiles/Lines.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/TestFiles/LoopTypes/Families_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/TestFiles/LoopTypes/Families_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/TestFiles/LoopTypes/NestedPurchaseOrder_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/TestFiles/LoopTypes/NestedPurchaseOrder_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/TestFiles/LoopTypes/ProjectTender_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/TestFiles/LoopTypes/ProjectTender_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/TestFiles/LoopTypes/Survays_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/TestFiles/LoopTypes/Survays_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/TestFiles/PersonAddressFlatStructure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/TestFiles/PersonAddressFlatStructure.xml -------------------------------------------------------------------------------- /Working-with-Maps/Looping-Pattern/TestFiles/Surveys.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Looping-Pattern/TestFiles/Surveys.xml -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/File/Input_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/File/Input_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/MethodHTML.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/MethodHTML.btm -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/MethodTEXT.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/MethodTEXT.btm -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/MethodXML.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/MethodXML.btm -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/bin/Debug/MethodGridProperty.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/bin/Debug/MethodGridProperty.dll -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/bin/Debug/MethodGridProperty.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/bin/Debug/MethodGridProperty.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/obj/Debug/MethodGridProperty.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/obj/Debug/MethodGridProperty.ClrTypes.dll -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/obj/Debug/MethodGridProperty.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/obj/Debug/MethodGridProperty.dll -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/obj/Debug/MethodGridProperty.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/MethodGridProperty/obj/Debug/MethodGridProperty.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Method-Grid-Property-explained/media/BizTalk-Mapper-Method-Grid-Property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Method-Grid-Property-explained/media/BizTalk-Mapper-Method-Grid-Property.png -------------------------------------------------------------------------------- /Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/Samples/1/InputOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/Samples/1/InputOrder.xml -------------------------------------------------------------------------------- /Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/media/custom-xsl-path.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/media/custom-xsl-path.jpg -------------------------------------------------------------------------------- /Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/media/meunchian-grouping.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/media/meunchian-grouping.jpg -------------------------------------------------------------------------------- /Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/media/meunchian-grouping1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/media/meunchian-grouping1.jpg -------------------------------------------------------------------------------- /Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/media/muenchian-performance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Muenchian-Grouping-and-Sorting-without-losing-Map-functionalities/media/muenchian-performance.jpg -------------------------------------------------------------------------------- /Working-with-Maps/Name-Value-Transformation-Pattern-Hierarchical-Schema-to-Name-Value-Pair/Files/Request - Copy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Name-Value-Transformation-Pattern-Hierarchical-Schema-to-Name-Value-Pair/Files/Request - Copy.xml -------------------------------------------------------------------------------- /Working-with-Maps/Name-Value-Transformation-Pattern-Hierarchical-Schema-to-Name-Value-Pair/Files/Request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Name-Value-Transformation-Pattern-Hierarchical-Schema-to-Name-Value-Pair/Files/Request.xml -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/File/Input_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/File/Input_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/OmitXMLDeclaration.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/OmitXMLDeclaration.btm -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/OmitXMLDeclarationOmitFalse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/OmitXMLDeclarationOmitFalse.btm -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/bin/Debug/OmitXMLDeclaration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/bin/Debug/OmitXMLDeclaration.dll -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/bin/Debug/OmitXMLDeclaration.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/bin/Debug/OmitXMLDeclaration.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/obj/Debug/OmitXMLDeclaration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/obj/Debug/OmitXMLDeclaration.dll -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/obj/Debug/OmitXMLDeclaration.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/OmitXMLDeclaration/obj/Debug/OmitXMLDeclaration.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/media/omit-declaration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Omit-XML-Declaration-Grid-Property-explained/media/omit-declaration.png -------------------------------------------------------------------------------- /Working-with-Maps/OptimizeValueMapping-attribute-of-the-mapsource-element/Files/Conditions_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/OptimizeValueMapping-attribute-of-the-mapsource-element/Files/Conditions_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/OptimizeValueMapping-attribute-of-the-mapsource-element/OptimizeValueMapping/Conditions.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/OptimizeValueMapping-attribute-of-the-mapsource-element/OptimizeValueMapping/Conditions.xsd -------------------------------------------------------------------------------- /Working-with-Maps/OptimizeValueMapping-attribute-of-the-mapsource-element/OptimizeValueMapping/ConditionsResult.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/OptimizeValueMapping-attribute-of-the-mapsource-element/OptimizeValueMapping/ConditionsResult.xsd -------------------------------------------------------------------------------- /Working-with-Maps/OptimizeValueMapping-attribute-of-the-mapsource-element/OptimizeValueMapping/MapConditions.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/OptimizeValueMapping-attribute-of-the-mapsource-element/OptimizeValueMapping/MapConditions.btm -------------------------------------------------------------------------------- /Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/Files/Input_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/Files/Input_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/AnotherOutput.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/AnotherOutput.xsd -------------------------------------------------------------------------------- /Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/Input_output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/Input_output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/Input_output1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/Input_output1.xsd -------------------------------------------------------------------------------- /Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/PreserveSequenceOrder-attribute-of-the-mapsource-element/PreserveSequenceOrder/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/DistinctListSample/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/DistinctListSample/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/DistinctListSample/MapListPartenersOrdered.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/DistinctListSample/MapListPartenersOrdered.btm -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/DistinctListSample/Output1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/DistinctListSample/Output1.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortByMultipleFields/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortByMultipleFields/Order.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortByMultipleFields/SortByMultipleFields.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortByMultipleFields/SortByMultipleFields.btm -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortElementsDemo/Persons.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortElementsDemo/Persons.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortElementsDemo/SortElementsDemo.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortElementsDemo/SortElementsDemo.btm -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortElementsDemoByNumber/PersonsWithId.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortElementsDemoByNumber/PersonsWithId.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortElementsDemoByNumber/SortElementsByNumber.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortElementsDemoByNumber/SortElementsByNumber.btm -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortUsingMuenchianMethod/InputOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortUsingMuenchianMethod/InputOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortUsingMuenchianMethod/MapOrderUsingGenerateId.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortUsingMuenchianMethod/MapOrderUsingGenerateId.btm -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortUsingMuenchianMethod/OutputOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortUsingMuenchianMethod/OutputOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortUsingMuenchianMethodInputOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/BizTalkMapperSortingPattern/SortUsingMuenchianMethodInputOrder.xml -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/TestMsg/ExternalEmployees.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/TestMsg/ExternalEmployees.xml -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/TestMsg/Order_input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/TestMsg/Order_input.xml -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/TestMsg/PersonsWithId_input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/TestMsg/PersonsWithId_input.xml -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/TestMsg/Persons_input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/TestMsg/Persons_input.xml -------------------------------------------------------------------------------- /Working-with-Maps/Sorting-Pattern/TestMsg/SortUsingMuenchianMethodInputOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Sorting-Pattern/TestMsg/SortUsingMuenchianMethodInputOrder.xml -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/CRMOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/CRMOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/CustomerOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/OrchestrationSupport.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/OrchestrationSupport.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/SAPOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/SAPOrder.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/TransformManyToManyOrders.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/TransformManyToManyOrders.btm -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/TransformManyToManyOrdersFunctoids.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/TransformManyToManyOrdersFunctoids.btm -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/TransformManyToManyOrdersGVariable.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/TransformManyToManyOrdersGVariable.btm -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/TransformOneToManyOrders.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/TransformOneToManyOrders.btm -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/MappingWorkingWithMultipleOutputMessages/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/TesteFiles/MultiMsgTestFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/TesteFiles/MultiMsgTestFile.xml -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/TesteFiles/MultiMsgTestFileWithoutDiscount.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/TesteFiles/MultiMsgTestFileWithoutDiscount.xml -------------------------------------------------------------------------------- /Working-with-Maps/Splitter-Pattern/media/spliting-messages.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Splitter-Pattern/media/spliting-messages.PNG -------------------------------------------------------------------------------- /Working-with-Maps/TreatElementsAsRecords-attribute-of-the-mapsource-element/Files/Input_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/TreatElementsAsRecords-attribute-of-the-mapsource-element/Files/Input_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/TreatElementsAsRecords-attribute-of-the-mapsource-element/TreatElementsAsRecords/Input.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/TreatElementsAsRecords-attribute-of-the-mapsource-element/TreatElementsAsRecords/Input.xsd -------------------------------------------------------------------------------- /Working-with-Maps/TreatElementsAsRecords-attribute-of-the-mapsource-element/TreatElementsAsRecords/Output.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/TreatElementsAsRecords-attribute-of-the-mapsource-element/TreatElementsAsRecords/Output.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/TestingFiles/InputSchema_input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/TestingFiles/InputSchema_input.xml -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/TestingFiles/InputSchema_inputNill.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/TestingFiles/InputSchema_inputNill.xml -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/InputSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/InputSchema.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/MapNillValues.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/MapNillValues.btm -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/MapNillValuesWithCustomXSLT.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/MapNillValuesWithCustomXSLT.btm -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/MapNillValuesWithCustomXSLT.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/MapNillValuesWithCustomXSLT.xsl -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/OutputSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/OutputSchema.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/bin/Debug/WorkingWithNillableValues.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/bin/Debug/WorkingWithNillableValues.dll -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/bin/Debug/WorkingWithNillableValues.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/bin/Debug/WorkingWithNillableValues.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/obj/Debug/WorkingWithNillableValues.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/obj/Debug/WorkingWithNillableValues.dll -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/obj/Debug/WorkingWithNillableValues.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/WorkingWithNillableValues/obj/Debug/WorkingWithNillableValues.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Working-With-Nillable-Values/media/BizTalk-Mapper-Working-With-Nillable-Values.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-With-Nillable-Values/media/BizTalk-Mapper-Working-With-Nillable-Values.png -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/Files/CustomConfig.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/Files/SourceSchema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/Files/SourceSchema.xml -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/Files/SourceSchema_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/Files/SourceSchema_output.xml -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/MapConstantValues.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/MapConstantValues.btm -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/SourceSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/SourceSchema.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/TargetSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/TargetSchema.xsd -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/bin/Debug/WorkingWithConstantValues.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/bin/Debug/WorkingWithConstantValues.dll -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/bin/Debug/WorkingWithConstantValues.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/bin/Debug/WorkingWithConstantValues.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/obj/Debug/WorkingWithConstantValues.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/obj/Debug/WorkingWithConstantValues.dll -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/obj/Debug/WorkingWithConstantValues.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/WorkingWithConstantValues/obj/Debug/WorkingWithConstantValues.pdb -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/media/Constants.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/media/Constants.PNG -------------------------------------------------------------------------------- /Working-with-Maps/Working-with-Constant-Values/media/Dynamic-Constants.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Maps/Working-with-Constant-Values/media/Dynamic-Constants.PNG -------------------------------------------------------------------------------- /Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/HelperClassLibrary/Demo.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/HelperClassLibrary/Demo.snk -------------------------------------------------------------------------------- /Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/Testing/OUT/{23D05BB2-78A6-4FD9-8812-2A18DCAD8CE8}.xml: -------------------------------------------------------------------------------- 1 |  2 | Sandro 3 | LastName_0 4 | Age_0 5 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/Testing/OUT/{941AE5FB-D7B5-45E2-A9CB-6BCD7D2D4E19}.xml: -------------------------------------------------------------------------------- 1 |  2 | FirstName_0 3 | Pereira 4 | Age_0 5 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/Testing/OUT/{9AC787EA-C147-413D-95D4-0ECAD9AEC632}.xml: -------------------------------------------------------------------------------- 1 | 2 | FirstName_0 3 | LastName_0 4 | 00 5 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/media/instance-xpath.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/media/instance-xpath.jpg -------------------------------------------------------------------------------- /Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/media/property-promotion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/media/property-promotion.jpg -------------------------------------------------------------------------------- /Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/media/variable-person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Access-and-change-message-values-inside-orchestration/media/variable-person.jpg -------------------------------------------------------------------------------- /Working-with-Orquestrations/Call-Orchestrations-developed-different-VS-Solution/media/Common-orchestration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Call-Orchestrations-developed-different-VS-Solution/media/Common-orchestration.png -------------------------------------------------------------------------------- /Working-with-Orquestrations/Call-Orchestrations-developed-different-VS-Solution/media/Main-Orchestration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Call-Orchestrations-developed-different-VS-Solution/media/Main-Orchestration.png -------------------------------------------------------------------------------- /Working-with-Orquestrations/Call-SQL-Stored-procedure-without-inputs/Database/Orders.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Call-SQL-Stored-procedure-without-inputs/Database/Orders.bak -------------------------------------------------------------------------------- /Working-with-Orquestrations/Customize-filename-dynamically-inside-Orchestration/media/received-filename.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Customize-filename-dynamically-inside-Orchestration/media/received-filename.jpg -------------------------------------------------------------------------------- /Working-with-Orquestrations/Customize-filename-dynamically-inside-Orchestration/media/send-port-sourcefilename.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Customize-filename-dynamically-inside-Orchestration/media/send-port-sourcefilename.jpg -------------------------------------------------------------------------------- /Working-with-Orquestrations/Handling-Exceptions-inside-BizTalk-Orchestrations/media/general-exception.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Handling-Exceptions-inside-BizTalk-Orchestrations/media/general-exception.jpg -------------------------------------------------------------------------------- /Working-with-Orquestrations/Handling-Exceptions-inside-BizTalk-Orchestrations/media/system-exception.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/Handling-Exceptions-inside-BizTalk-Orchestrations/media/system-exception.jpg -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC-BizTalk-Advance-Filter-With-XPath-Inside-Orchestrations/POC.BizTalk.AdvanceFilterWithXPath/obj/Debug/POC.BizTalk.AdvanceFilterWithXPath.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 1ef478eec25388f3e99bdeb94291d2d20a252d0b 2 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC-BizTalk-Advance-Filter-With-XPath-Inside-Orchestrations/POC.BizTalk.AdvanceFilterWithXPath/obj/Debug/POC.BizTalk.AdvanceFilterWithXSLT.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 98b8ddcb063f196a153d47aa4a634987ca2378ed 2 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC-BizTalk-Advance-Filter-With-XPath-Inside-Orchestrations/Sample/XMLSample_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC-BizTalk-Advance-Filter-With-XPath-Inside-Orchestrations/Sample/XMLSample_output.xml -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC-BizTalk-Count-XML-Nodes-Inside-Orchestrations/POC.BizTalk.CountXMLNodesInsideOrchestrations/obj/Debug/POC.BizTalk.CountXMLNodesInsideOrchestrations.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 677825998f08e92ba29d0b926eff878310fd30ce 2 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC-BizTalk-Count-XML-Nodes-Inside-Orchestrations/Samples/XMLSample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC-BizTalk-Count-XML-Nodes-Inside-Orchestrations/Samples/XMLSample.xml -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.Partner/.vs/POC.DirectBoundPorts.Partner/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.Partner/.vs/POC.DirectBoundPorts.Partner/v16/.suo -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/FinalMsg.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/FinalMsg.xsd -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/InMsg.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/InMsg.xsd -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/RoutedMsg.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/RoutedMsg.xsd -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.Partner/POC.DirectBoundPorts.Partner/obj/Debug/POC.DirectBoundPorts.Partner.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | ea47d4369a171ac120594f670abf1d7f91bc91aa 2 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/.vs/POC.DirectBoundPorts/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/.vs/POC.DirectBoundPorts/v16/.suo -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/FinalMsg.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/FinalMsg.xsd -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/InMsg.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/InMsg.xsd -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/ToBeRouteMsg.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/ToBeRouteMsg.xsd -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/bin/Debug/POC.DirectBoundPorts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/bin/Debug/POC.DirectBoundPorts.dll -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/bin/Debug/POC.DirectBoundPorts.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/bin/Debug/POC.DirectBoundPorts.pdb -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/obj/Debug/POC.DirectBoundPorts.RouteMsgBox.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | fdd965bb2fb4856c6232ccefc5b037482de8a9c9 2 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/obj/Debug/POC.DirectBoundPorts.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 31ca0486383db65e8e3c12fcb260c0ed75d6cfd3 2 | -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/obj/Debug/POC.DirectBoundPorts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/obj/Debug/POC.DirectBoundPorts.dll -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/obj/Debug/POC.DirectBoundPorts.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.RouteMsgBox/POC.DirectBoundPorts/obj/Debug/POC.DirectBoundPorts.pdb -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.SelfCorrelation/.vs/POC.DirectBoundPorts.SelfCorrelation/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.SelfCorrelation/.vs/POC.DirectBoundPorts.SelfCorrelation/v16/.suo -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.SelfCorrelation/POC.DirectBoundPorts.SelfCorrelation/Data.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Orquestrations/POC.DirectBoundPorts.SelfCorrelation/POC.DirectBoundPorts.SelfCorrelation/Data.xsd -------------------------------------------------------------------------------- /Working-with-Orquestrations/POC.DirectBoundPorts.SelfCorrelation/POC.DirectBoundPorts.SelfCorrelation/obj/Debug/POC.DirectBoundPorts.SelfCorrelation.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 3645b73c642a17a1fcb46c977b0a68a5a820fd65 2 | -------------------------------------------------------------------------------- /Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/MultiDisassembler.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/MultiDisassembler.v11.suo -------------------------------------------------------------------------------- /Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/Pipelines/ExtractXmlReceive.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/Pipelines/ExtractXmlReceive.btp -------------------------------------------------------------------------------- /Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/Pipelines/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/Pipelines/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/SharedAssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/SharedAssemblyInfo.cs -------------------------------------------------------------------------------- /Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/samples.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Pipelines/Calling-multiple-Disassemblers-in-Receive-pipeline/samples.snk -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/.vs/CBRwithLOBOperations/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/.vs/CBRwithLOBOperations/v14/.suo -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBROperationPromotionDecode/CBRIdocOperationPromotionDecode/CBR.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBROperationPromotionDecode/CBRIdocOperationPromotionDecode/CBR.bmp -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBROperationPromotionDecode/CBROperationPromotionDecode.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBROperationPromotionDecode/CBROperationPromotionDecode.v11.suo -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBROperationPromotionDecode/CBROperationPromotionDecode.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBROperationPromotionDecode/CBROperationPromotionDecode.v12.suo -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBROperationPromotionDecode/CBROperationPromotionDecode/CBR.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBROperationPromotionDecode/CBROperationPromotionDecode/CBR.bmp -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/CBRPromoteOperation.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/CBRPromoteOperation.btp -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapCanonicalAdd_to_LOBInsert.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapCanonicalAdd_to_LOBInsert.btm -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapCanonicalDelete_to_LOBDelete.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapCanonicalDelete_to_LOBDelete.btm -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapCanonicalSelect_to_LOBSelect.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapCanonicalSelect_to_LOBSelect.btm -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapLOBDelete_to_CanonicalResponse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapLOBDelete_to_CanonicalResponse.btm -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapLOBInsert_to_CanonicalResponse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapLOBInsert_to_CanonicalResponse.btm -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapLOBSelect_to_CanonicalResponse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Maps/mapLOBSelect_to_CanonicalResponse.btm -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Response.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Response.xsd -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Schemas/AddPersons.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Schemas/AddPersons.xsd -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Schemas/DeletePerson.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Schemas/DeletePerson.xsd -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Schemas/SQL_OP_TableOperation.dbo.Person.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Schemas/SQL_OP_TableOperation.dbo.Person.xsd -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Schemas/SelectPersons.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/Schemas/SelectPersons.xsd -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/CBROperationPromotionDecode.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/CBROperationPromotionDecode.dll -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/CBRwithLOBOperations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/CBRwithLOBOperations.dll -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/CBRwithLOBOperations.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/CBRwithLOBOperations.pdb -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/compile.bat: -------------------------------------------------------------------------------- 1 | C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe 2 | pause -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/obj/Debug/CBRwithLOBOperations.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/obj/Debug/CBRwithLOBOperations.ClrTypes.dll -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/obj/Debug/CBRwithLOBOperations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/obj/Debug/CBRwithLOBOperations.dll -------------------------------------------------------------------------------- /Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/obj/Debug/CBRwithLOBOperations.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Routing/CBRwithLOBOperations/CBRwithLOBOperations/obj/Debug/CBRwithLOBOperations.pdb -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/Demo01/People/FF_DSYMBOL_PEOPLE.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/Demo01/People/FF_DSYMBOL_PEOPLE.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/FF_Generic_ReceivePipeline.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/FF_Generic_ReceivePipeline.btp -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/bin/Debug/DelimitedBySymbols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/bin/Debug/DelimitedBySymbols.dll -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/bin/Debug/DelimitedBySymbols.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/bin/Debug/DelimitedBySymbols.pdb -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/obj/Debug/DelimitedBySymbols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/obj/Debug/DelimitedBySymbols.dll -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/obj/Debug/DelimitedBySymbols.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DelimitedBySymbols/obj/Debug/DelimitedBySymbols.pdb -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_DSYMBOL_ADDRESS.txt: -------------------------------------------------------------------------------- 1 | Praceta do Marão;Crestuma;4415 Crestuma;Portugal 2 | Rua Passos Manuel, 223 - 4º Andar;Porto;4000-385 Porto;Portugal 3 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_DSYMBOL_ListDone.txt: -------------------------------------------------------------------------------- 1 | Wine;Dona Francisca Douro Valley Vinhas Velhas 2010;17,10;2015-04-04 2 | Restaurant;O Lusitano (Matosinhos);55,00;2015-02-19 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_DSYMBOL_ListToDo.txt: -------------------------------------------------------------------------------- 1 | Electronic;Microsoft Lumia 950 XL;580,00;2015-11 2 | Clothing;Hugo Boss Casual Showerproof Full Zip Quilted Jacket;220,00;2015-12 3 | Fragrance;Artisan by John Varvatos;50,00;2015-12 4 | Restaurant;The Yeatman Porto;140,00;2015-12 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_DSYMBOL_PEOPLE WithOptional.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;;Crestuma;4415 4 | Rui;Barbosa;1975;Lever;4415 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_DSYMBOL_PEOPLE WithOptionalNotPresent.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;1972;Crestuma 4 | Rui;Barbosa;1975;Lever;4415 5 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_DSYMBOL_PEOPLE WithoutEnterLastLine.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;1972;Crestuma;4415 4 | Rui;Barbosa;1975;Lever;4415 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_DSYMBOL_PEOPLE with errors.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;AAA;Crestuma;4415 4 | Rui;Barbosa;1975;Lever;4415 5 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_DSYMBOL_PEOPLE.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;1972;Crestuma;4415 4 | Rui;Barbosa;1975;Lever;4415 5 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_Positional_sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_Positional_sample.txt -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_TAG_Identifier.txt: -------------------------------------------------------------------------------- 1 | PO1999-10-20 2 | USSandro Pereira,1978-04-04, Crestuma 3 | USCelso Pereira,1978-04-04, Crestuma 4 | ITEM872-AA|Super Bock|Green 5 | ITEM871-AA|Super Bock|Black 6 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/DemoFile/FF_WithHeaderAndTrailer.txt: -------------------------------------------------------------------------------- 1 | East Coast Facility 2 | ERROR102|0|High|Sprocket query fails.|1999-05-31T13:20:00.000-05:00 3 | ERROR16502|2|Low|Time threshold exceeded.|1999-05-31T13:20:00.000-05:00 4 | 8675309 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/WorkingWithFlatFiles.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Files-Delimited-by-Symbols/WorkingWithFlatFiles.v12.suo -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_DSYMBOL_ADDRESS.txt: -------------------------------------------------------------------------------- 1 | Praceta do Marão;Crestuma;4415 Crestuma;Portugal 2 | Rua Passos Manuel, 223 - 4º Andar;Porto;4000-385 Porto;Portugal 3 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_DSYMBOL_ListDone.txt: -------------------------------------------------------------------------------- 1 | Wine;Dona Francisca Douro Valley Vinhas Velhas 2010;17,10;2015-04-04 2 | Restaurant;O Lusitano (Matosinhos);55,00;2015-02-19 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_DSYMBOL_ListToDo.txt: -------------------------------------------------------------------------------- 1 | Electronic;Microsoft Lumia 950 XL;580,00;2015-11 2 | Clothing;Hugo Boss Casual Showerproof Full Zip Quilted Jacket;220,00;2015-12 3 | Fragrance;Artisan by John Varvatos;50,00;2015-12 4 | Restaurant;The Yeatman Porto;140,00;2015-12 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_DSYMBOL_PEOPLE WithOptional.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;;Crestuma;4415 4 | Rui;Barbosa;1975;Lever;4415 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_DSYMBOL_PEOPLE WithOptionalNotPresent.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;1972;Crestuma 4 | Rui;Barbosa;1975;Lever;4415 5 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_DSYMBOL_PEOPLE WithoutEnterLastLine.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;1972;Crestuma;4415 4 | Rui;Barbosa;1975;Lever;4415 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_DSYMBOL_PEOPLE with errors.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;AAA;Crestuma;4415 4 | Rui;Barbosa;1975;Lever;4415 5 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_DSYMBOL_PEOPLE.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978;Crestuma;4415 2 | Vânia;Braziela;1981;Vila Nova de Gaia;4300 3 | José;Silva;1972;Crestuma;4415 4 | Rui;Barbosa;1975;Lever;4415 5 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_Positional_sample - Copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_Positional_sample - Copy.txt -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_Positional_sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_Positional_sample.txt -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_TAG_Identifier.txt: -------------------------------------------------------------------------------- 1 | PO1999-10-20 2 | USSandro Pereira,1978-04-04, Crestuma 3 | USCelso Pereira,1978-04-04, Crestuma 4 | ITEM872-AA|Super Bock|Green 5 | ITEM871-AA|Super Bock|Black 6 | -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/DemoFile/FF_WithHeaderAndTrailer.txt: -------------------------------------------------------------------------------- 1 | East Coast Facility 2 | ERROR102|0|High|Sprocket query fails.|1999-05-31T13:20:00.000-05:00 3 | ERROR16502|2|Low|Time threshold exceeded.|1999-05-31T13:20:00.000-05:00 4 | 8675309 -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/PositionalTextFiles/FF_Employee_ReceivePipeline.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Positional-Flat-Files/PositionalTextFiles/FF_Employee_ReceivePipeline.btp -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/PositionalTextFiles/FF_Positional_Employees.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Positional-Flat-Files/PositionalTextFiles/FF_Positional_Employees.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/Dealing-with-Positional-Flat-Files/WorkingWithFlatFiles.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Dealing-with-Positional-Flat-Files/WorkingWithFlatFiles.v12.suo -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/.vs/POC.BizTalk.PropertyDemotion/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/.vs/POC.BizTalk.PropertyDemotion/v16/.suo -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion.PipelineComponent/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion.PipelineComponent/key.snk -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion.PipelineComponent/obj/Debug/POC.BizTalk.PropertyDemotion.PipelineComponent.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 2c29fd16a0dc4ec7e27808e87bfae8624ea79dc3 2 | -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/Person.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/Person.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/PromoteReceivePipeline.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/PromoteReceivePipeline.btp -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/PropertySchema.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/Registration.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/Registration.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/mapPersonToRegistration.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/mapPersonToRegistration.btm -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyDemotion/POC.BizTalk.PropertyDemotion/obj/Debug/POC.BizTalk.PropertyDemotion.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | b8dd8414368cc7d7e09dc57f8bd50d3c09f48c8f 2 | -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/.vs/POC.BizTalk.PropertyFieldPromotion/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/.vs/POC.BizTalk.PropertyFieldPromotion/v16/.suo -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/POC.BizTalk.PropertyFieldPromotion/POCPropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/POC.BizTalk.PropertyFieldPromotion/POCPropertySchema.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/POC.BizTalk.PropertyFieldPromotion/Person.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/POC.BizTalk.PropertyFieldPromotion/Person.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/POC.BizTalk.PropertyFieldPromotion/SandroPereira.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/POC.BizTalk.PropertyFieldPromotion/SandroPereira.snk -------------------------------------------------------------------------------- /Working-with-Schemas/POC.BizTalk.PropertyFieldPromotion/POC.BizTalk.PropertyFieldPromotion/obj/Debug/POC.BizTalk.PropertyFieldPromotion.btproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | b9bb8f6704c125ca8a9908f196c37aa142a526d1 2 | -------------------------------------------------------------------------------- /Working-with-Schemas/Schemas-Handle-Restrictions-on-Date/.vs/POC.BizTalk.SchemasHandleRestrictionsonDate/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Schemas-Handle-Restrictions-on-Date/.vs/POC.BizTalk.SchemasHandleRestrictionsonDate/v16/.suo -------------------------------------------------------------------------------- /Working-with-Schemas/Schemas-Handle-Restrictions-on-Date/Samples/DateRestrictions_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Schemas-Handle-Restrictions-on-Date/Samples/DateRestrictions_output.xml -------------------------------------------------------------------------------- /Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TESTFILES/PESSOAS.txt: -------------------------------------------------------------------------------- 1 | Sandro;Pereira;1978-04-04;Crestuma;4415 Crestuma 2 | Lígia;Tavares;1982-01-21;Seixo-Alvo;451 Seixo-Alvo 3 | José;Silva;1970-09-19;Crestuma;4415 Crestuma 4 | Rui;Barbosa;1975-09-19;Lever;4415 Lever 5 | -------------------------------------------------------------------------------- /Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TransformarFlatFilesEmXML.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TransformarFlatFilesEmXML.suo -------------------------------------------------------------------------------- /Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TransformarFlatFilesEmXML/TXT_to_XML.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TransformarFlatFilesEmXML/TXT_to_XML.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TransformarFlatFilesEmXML/TXTtoXML.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TransformarFlatFilesEmXML/TXTtoXML.snk -------------------------------------------------------------------------------- /Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TransformarFlatFilesEmXML/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/TransformarFlatFilesEmXML/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/media/Flat-file-schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/media/Flat-file-schema.png -------------------------------------------------------------------------------- /Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/media/FlatFile-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/Transform-text-files-Flat-Files-into-XML/media/FlatFile-sample.png -------------------------------------------------------------------------------- /Working-with-Schemas/XML-RPC-Schema/RPCSchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/XML-RPC-Schema/RPCSchema.xsd -------------------------------------------------------------------------------- /Working-with-Schemas/XML-RPC-Schema/media/xml-rpc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandroasp/BizTalk-Server-Learning-Path/06962fa19e77e6d2602c9aa744885a0783b752c2/Working-with-Schemas/XML-RPC-Schema/media/xml-rpc.jpg --------------------------------------------------------------------------------