├── Demos ├── Mod2 │ ├── Completed │ │ ├── Customers.txt │ │ ├── Customers.xml │ │ ├── Mod2Demo1 │ │ │ ├── .vs │ │ │ │ └── Mod2Demo1 │ │ │ │ │ └── v14 │ │ │ │ │ └── .suo │ │ │ ├── Mod2Demo1.sln │ │ │ └── Mod2Demo1 │ │ │ │ ├── Customers.xsd │ │ │ │ ├── Mod2Demo1.btproj │ │ │ │ ├── Mod2Demo1.btproj.user │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Mod2Demo1.btprojResolveAssemblyReference.cache │ │ └── Mod2Demo2 │ │ │ ├── .vs │ │ │ └── Mod2Demo2 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ │ ├── Mod2Demo2.sln │ │ │ └── Mod2Demo2 │ │ │ ├── Customers.xsd │ │ │ ├── Mod2Demo2.btproj │ │ │ ├── Mod2Demo2.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod2Demo2.btprojResolveAssemblyReference.cache │ └── Start │ │ ├── Customers.txt │ │ ├── Customers.xml │ │ ├── Mod2Demo1 │ │ ├── .vs │ │ │ └── Mod2Demo1 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Mod2Demo1.sln │ │ └── Mod2Demo1 │ │ │ ├── Customers.xsd │ │ │ ├── Mod2Demo1.btproj │ │ │ ├── Mod2Demo1.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod2Demo1.btprojResolveAssemblyReference.cache │ │ └── Mod2Demo2 │ │ ├── .vs │ │ └── Mod2Demo2 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Mod2Demo2.sln │ │ └── Mod2Demo2 │ │ ├── Customers.xsd │ │ ├── Mod2Demo2.btproj │ │ ├── Mod2Demo2.btproj.user │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Mod2Demo2.btprojResolveAssemblyReference.cache ├── Mod3 │ └── Start │ │ ├── ComplexMap │ │ ├── .vs │ │ │ └── ComplexMap │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── ComplexMap.sln │ │ └── ComplexMap │ │ │ ├── ComplexMap.btproj │ │ │ ├── ComplexMap.btproj.user │ │ │ ├── E2B.xsd │ │ │ ├── E2B.xsd.cs │ │ │ ├── E2B_to_Invoice.btm │ │ │ ├── E2B_to_Invoice.btm.cs │ │ │ ├── Invoice.xsd │ │ │ ├── Invoice.xsd.cs │ │ │ ├── Map1.btm │ │ │ ├── Map1.btm.cs │ │ │ ├── Orchestration1.odx │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Schema1.xsd │ │ │ ├── Schema1.xsd.cs │ │ │ ├── Schema2.xsd │ │ │ ├── Schema2.xsd.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── ComplexMap.btprojResolveAssemblyReference.cache │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Customers.xml │ │ ├── Mod3Demo1 │ │ ├── .vs │ │ │ └── Mod3Demo1 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Mod3Demo1.sln │ │ └── Mod3Demo1 │ │ │ ├── Address.xsd │ │ │ ├── Contact.xsd │ │ │ ├── Customers.xsd │ │ │ ├── Customers2.xsd │ │ │ ├── Customers_to_Contacts.btm │ │ │ ├── Customers_to_Customers2.btm │ │ │ ├── Mod3Demo1.btproj │ │ │ ├── Mod3Demo1.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod3Demo1.btprojResolveAssemblyReference.cache │ │ ├── Mod3Demo2 │ │ ├── .vs │ │ │ └── Mod3Demo2 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Mod3Demo2.sln │ │ └── Mod3Demo2 │ │ │ ├── Address.xsd │ │ │ ├── Contact.xsd │ │ │ ├── Customers.xsd │ │ │ ├── Customers_to_Contacts.btm │ │ │ ├── Mod3Demo2.btproj │ │ │ ├── Mod3Demo2.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod3Demo2.btprojResolveAssemblyReference.cache │ │ └── Mod3Demo3 │ │ ├── .vs │ │ └── Mod3Demo3 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Mod3Demo3.sln │ │ └── Mod3Demo3 │ │ ├── Address.xsd │ │ ├── Contact.xsd │ │ ├── Customers.xsd │ │ ├── Customers_to_Contacts.btm │ │ ├── Mod3Demo3.btproj │ │ ├── Mod3Demo3.btproj.user │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Mod3Demo3.btprojResolveAssemblyReference.cache ├── Mod4 │ ├── Completed │ │ └── Mod4Demo1 │ │ │ ├── .vs │ │ │ └── Mod4Demo1 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ │ ├── LocalTestRun.testrunconfig │ │ │ ├── Mod4Demo1.sln │ │ │ ├── Mod4Demo1 │ │ │ ├── Customers.xsd │ │ │ ├── Customers.xsd.cs │ │ │ ├── Mod4Demo1.btproj │ │ │ ├── Mod4Demo1.btproj.user │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Mod4Demo1.btprojResolveAssemblyReference.cache │ │ │ └── Mod4Test │ │ │ ├── AuthoringTests.txt │ │ │ ├── CustomersTest.cs │ │ │ ├── Mod4Test.csproj │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Customers.xml │ └── Start │ │ └── Mod4Demo1 │ │ ├── .vs │ │ └── Mod4Demo1 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Mod4Demo1.sln │ │ └── Mod4Demo1 │ │ ├── Customers.xsd │ │ ├── Customers.xsd.cs │ │ ├── Mod4Demo1.btproj │ │ ├── Mod4Demo1.btproj.user │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Mod4Demo1.btprojResolveAssemblyReference.cache ├── Mod5 │ ├── Customers.txt │ ├── Mod5Bindings.xml │ └── Start │ │ ├── Mod5Demo1 │ │ ├── .vs │ │ │ └── Mod5Demo1 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Mod5Demo1.sln │ │ └── Mod5Demo1 │ │ │ ├── Customers.xsd │ │ │ ├── Key.snk │ │ │ ├── Mod5Demo1.btproj │ │ │ ├── Mod5Demo1.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod5Demo1.btprojResolveAssemblyReference.cache │ │ └── Mod5Demo2 │ │ ├── .vs │ │ └── Demo2 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Demo2.BizTalkArchive │ │ ├── Demo2.BizTalkArchive.btproj │ │ ├── Demo2.BizTalkArchive.btproj.user │ │ ├── Kurs.snk │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Rcv_Arcihve.btp.cs │ │ ├── Rcv_File.btp.cs │ │ ├── ReceivePipeline1.btp.cs │ │ └── obj │ │ │ └── Debug │ │ │ ├── Demo2.BizTalkArchive.btprojResolveAssemblyReference.cache │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Demo2.ForwardOnlyStreaming │ │ ├── Demo2.ForwardOnlyStreaming.csproj │ │ ├── FileArchive.cs │ │ ├── FileArchive.resx │ │ ├── Kurs.snk │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── TraceStream.cs │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Demo2.sln ├── Mod6 │ ├── Completed │ │ ├── .vs │ │ │ └── Mod6 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Mod6.sln │ │ └── Mod6 │ │ │ ├── Customer.xsd │ │ │ ├── Key.snk │ │ │ ├── Mod6.btproj │ │ │ ├── Mod6.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod6.btprojResolveAssemblyReference.cache │ ├── Customers_ERROR.xml │ ├── Customers_GOLD.xml │ ├── Customers_SILVER.xml │ ├── FileDrop │ │ ├── ERROR_{2C8E4427-88AC-4C27-A160-B01251620D38}.xml │ │ ├── GOLD_{24093F88-0A96-41D8-B3F5-0068E789D13B}.xml │ │ ├── GOLD_{9F62F8E8-390A-473B-8FE4-062E150D2E2B}.xml │ │ ├── GOLD_{B58E6A3E-5D31-48F4-87FD-F0572DE1E571}.xml │ │ ├── GOLD_{EB897D62-D2C4-4CB8-A8A9-7351D7FF5080}.xml │ │ └── SILVER_{6102E2EB-3ED1-4501-A87C-1ED5D23E4FDF}.xml │ ├── Mod6Bindings.xml │ └── Start │ │ ├── .vs │ │ └── Mod6 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Mod6.sln │ │ └── Mod6 │ │ ├── Customer.xsd │ │ ├── Customer.xsd.cs │ │ ├── Key.snk │ │ ├── Mod6.btproj │ │ ├── Mod6.btproj.user │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Mod6.btprojResolveAssemblyReference.cache ├── Mod7 │ ├── FILE │ │ └── Customers.xml │ ├── FTP │ │ └── Customers.xml │ └── Mod7BindingsCompleted.xml ├── Mod8 │ ├── Mod8Demo1o2Completed.xml │ └── Start │ │ ├── Mod8 │ │ ├── .vs │ │ │ └── Mod8 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Mod8.sln │ │ └── Mod8 │ │ │ ├── Customers.xsd.cs │ │ │ ├── Key.snk │ │ │ ├── Mod8.btproj │ │ │ ├── Mod8.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Service1_mod8_customers.xsd │ │ │ ├── Service1_tempuri_org.xsd │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod8.btprojResolveAssemblyReference.cache │ │ └── WCFConsoles │ │ ├── .vs │ │ └── WCFConsoles │ │ │ └── v14 │ │ │ └── .suo │ │ ├── ClientConsole │ │ ├── ClientConsole.csproj │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Service References │ │ │ └── ServiceReference1 │ │ │ │ ├── Mod8.Customers.xsd │ │ │ │ ├── Reference.cs │ │ │ │ ├── Reference.svcmap │ │ │ │ ├── configuration.svcinfo │ │ │ │ ├── configuration91.svcinfo │ │ │ │ ├── service.wsdl │ │ │ │ ├── service.xsd │ │ │ │ └── service1.xsd │ │ ├── app.config │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── ClientConsole.exe │ │ │ │ ├── ClientConsole.exe.config │ │ │ │ ├── ClientConsole.pdb │ │ │ │ ├── ClientConsole.vshost.exe │ │ │ │ ├── ClientConsole.vshost.exe.config │ │ │ │ └── ClientConsole.vshost.exe.manifest │ │ └── obj │ │ │ └── Debug │ │ │ ├── ClientConsole.csproj.FileListAbsolute.txt │ │ │ ├── ClientConsole.csprojResolveAssemblyReference.cache │ │ │ ├── ClientConsole.exe │ │ │ ├── ClientConsole.pdb │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── CustomerLibrary │ │ ├── CustomerLibrary.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── CustomerLibrary.dll │ │ │ │ └── CustomerLibrary.pdb │ │ ├── mod8.customers.cs │ │ └── obj │ │ │ └── Debug │ │ │ ├── CustomerLibrary.csproj.FileListAbsolute.txt │ │ │ ├── CustomerLibrary.csprojResolveAssemblyReference.cache │ │ │ ├── CustomerLibrary.dll │ │ │ ├── CustomerLibrary.pdb │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── ServiceConsole │ │ ├── App.config │ │ ├── IService1.cs │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Service1.cs │ │ ├── ServiceConsole.csproj │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── CustomerLibrary.dll │ │ │ │ ├── CustomerLibrary.pdb │ │ │ │ ├── ServiceConsole.exe │ │ │ │ ├── ServiceConsole.exe.config │ │ │ │ ├── ServiceConsole.pdb │ │ │ │ ├── ServiceConsole.vshost.exe │ │ │ │ ├── ServiceConsole.vshost.exe.config │ │ │ │ └── ServiceConsole.vshost.exe.manifest │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── ServiceConsole.csproj.FileListAbsolute.txt │ │ │ ├── ServiceConsole.csprojResolveAssemblyReference.cache │ │ │ ├── ServiceConsole.exe │ │ │ └── ServiceConsole.pdb │ │ └── WCFConsoles.sln ├── Mod9 │ ├── Completed │ │ ├── .vs │ │ │ └── Mod9 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Mod9.sln │ │ └── Mod9 │ │ │ ├── Address.xsd │ │ │ ├── Customer.xsd │ │ │ ├── CustomerProcess.odx │ │ │ ├── Key.snk │ │ │ ├── Mod9.btproj │ │ │ ├── Mod9.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── Transform_1.btm │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod9.btprojResolveAssemblyReference.cache │ ├── FileDrop │ │ ├── AddressResponse.xml │ │ ├── AddressResponse_SWE.xml │ │ ├── AddressResponse_US.xml │ │ ├── Customer_Sweden.xml │ │ ├── Customer_USA.xml │ │ └── Out │ │ │ ├── International_{35D0CC59-3F10-4A0C-B3AC-70290E485AB3}.xml │ │ │ ├── International_{71094A85-9499-4116-91C8-D9781E7E1B3D}.xml │ │ │ └── International_{A518DAF7-651B-4357-92BB-DF70319644A5}.xml │ ├── MockServiceApplication │ │ ├── .vs │ │ │ ├── MockServiceHost │ │ │ │ └── v14 │ │ │ │ │ └── .suo │ │ │ └── config │ │ │ │ └── applicationhost.config │ │ ├── Backup │ │ │ ├── IDC.MockServiceApplication │ │ │ │ ├── IDC.MockServiceApplication.csproj │ │ │ │ ├── IMockService.cs │ │ │ │ ├── MockService.svc │ │ │ │ ├── MockService.svc.cs │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── RequestResponseHandlingConfigSection.cs │ │ │ │ └── Web.config │ │ │ └── MockServiceHost.sln │ │ ├── Client │ │ │ ├── Client.csproj │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Service1.cs │ │ │ ├── XMLFile1.xml │ │ │ ├── app.config │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Client.exe │ │ │ │ │ ├── Client.exe.config │ │ │ │ │ ├── Client.pdb │ │ │ │ │ ├── Client.vshost.exe │ │ │ │ │ ├── Client.vshost.exe.config │ │ │ │ │ └── Client.vshost.exe.manifest │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── Client.csproj.FileListAbsolute.txt │ │ │ │ ├── Client.csprojResolveAssemblyReference.cache │ │ │ │ ├── Client.exe │ │ │ │ ├── Client.pdb │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── IDC.MockServiceApplication │ │ │ ├── IDC.MockServiceApplication.csproj │ │ │ ├── IDC.MockServiceApplication.csproj.user │ │ │ ├── IMockService.cs │ │ │ ├── MockService.svc │ │ │ ├── MockService.svc.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── RequestResponseHandlingConfigSection.cs │ │ │ ├── Web.config │ │ │ ├── bin │ │ │ │ ├── IDC.MockServiceApplication.dll │ │ │ │ ├── IDC.MockServiceApplication.dll.config │ │ │ │ └── IDC.MockServiceApplication.pdb │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ ├── IDC.MockServiceApplication.csproj.FileListAbsolute.txt │ │ │ │ ├── IDC.MockServiceApplication.csprojResolveAssemblyReference.cache │ │ │ │ ├── IDC.MockServiceApplication.dll │ │ │ │ └── IDC.MockServiceApplication.pdb │ │ ├── MockServiceHost.sln │ │ └── UpgradeLog.htm │ └── Start │ │ ├── .vs │ │ └── Mod9 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Mod9.sln │ │ ├── Mod9 │ │ ├── Address.xsd │ │ ├── Customer.xsd │ │ ├── CustomerProcess.odx │ │ ├── Customer_and_Address_to_CustomerAddress.btm │ │ ├── Key.snk │ │ ├── Mod9.btproj │ │ ├── Mod9.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod9.btprojResolveAssemblyReference.cache │ │ └── Mod9BindingsStart.xml ├── Mod_11 │ ├── Completed │ │ ├── Mod11 │ │ │ ├── .vs │ │ │ │ └── Mod11 │ │ │ │ │ └── v14 │ │ │ │ │ └── .suo │ │ │ ├── Mod11.sln │ │ │ └── Mod11 │ │ │ │ ├── Key.snk │ │ │ │ ├── Mod11.btproj │ │ │ │ ├── Mod11.btproj.user │ │ │ │ ├── Order.xsd │ │ │ │ ├── Order.xsd.cs │ │ │ │ ├── OrderApprovalProcess.odx │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── PropertySchema.xsd │ │ │ │ ├── PropertySchema.xsd.cs │ │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ │ ├── Microsoft.XLANGs.BaseTypes.dll │ │ │ │ │ ├── Mod11.dll │ │ │ │ │ └── Mod11.pdb │ │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── BizTalk │ │ │ │ ├── BuildDone │ │ │ │ └── XLang │ │ │ │ │ └── File0.cs │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ ├── Mod11.ClrTypes.dll │ │ │ │ ├── Mod11.btproj.FileListAbsolute.txt │ │ │ │ ├── Mod11.btprojResolveAssemblyReference.cache │ │ │ │ ├── Mod11.dll │ │ │ │ └── Mod11.pdb │ │ └── Mod11BindingsCompleted.xml │ ├── FileDrop │ │ ├── Order_1000.xml │ │ └── Order_500.xml │ ├── Order.xlsx │ └── Start │ │ ├── Mod11 │ │ ├── .vs │ │ │ └── Mod11 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Mod11.sln │ │ └── Mod11 │ │ │ ├── Key.snk │ │ │ ├── Mod11.btproj │ │ │ ├── Mod11.btproj.user │ │ │ ├── Order.xsd │ │ │ ├── Order.xsd.cs │ │ │ ├── OrderApprovalProcess.odx │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── PropertySchema.xsd.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Mod11.btprojResolveAssemblyReference.cache │ │ └── Mod11BindingsStart.xml ├── Mod_14 │ └── Demo3 │ │ ├── AMessage.xsd │ │ ├── Cosmo.config │ │ ├── Demo3.csproj │ │ ├── Demo3.csproj.vspscc │ │ ├── Elaine.config │ │ ├── George.config │ │ ├── Jerry.config │ │ ├── LookupProviderConfigurations.xml │ │ ├── MessageFlowItinerary.bcs │ │ ├── MessageFlowItinerary.bcs.diagram │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── SendMessage.BridgeConfig │ │ └── readme.txt ├── WorkFlowDemo │ ├── WorkFlowDemo.sln │ ├── WorkFlowDemo1.Service │ │ ├── Document.cs │ │ ├── DocumentService.xamlx │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Web.config │ │ ├── WorkFlowDemo1.Service.Publish.xml │ │ └── WorkFlowDemo1.Service.csproj │ ├── WorkFlowDemo1 │ │ ├── FlowActivity.xaml │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── WorkFlowDemo1.csproj │ └── WorkFlowDemo2.Client │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ │ ├── Service References │ │ └── DocumentServiceReference │ │ │ ├── DocumentService.disco │ │ │ ├── DocumentService.xsd │ │ │ ├── DocumentService1.xsd │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── Service1.wsdl │ │ │ ├── WorkFlowDemo2.Client.DocumentServiceReference.DocumentResponse.datasource │ │ │ ├── configuration.svcinfo │ │ │ └── configuration91.svcinfo │ │ ├── WorkFlowDemo2.Client.csproj │ │ └── app.config └── WsDemo │ ├── WebSite │ ├── App_Code │ │ ├── CustomerWcfService.cs │ │ ├── CustomerWebService.cs │ │ └── ICustomerWcfService.cs.exclude │ ├── CustomerWcfService.svc │ ├── CustomerWebService.asmx │ ├── GetCustomerNumber.aspx │ └── Web.config │ ├── WsDemo.msi │ └── WsDemoSolution │ ├── .vs │ ├── WsDemoSolution │ │ └── v14 │ │ │ └── .suo │ └── config │ │ └── applicationhost.config │ ├── ClientConsole │ ├── ClientConsole.csproj │ ├── Program.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Service References │ │ ├── CloudServiceReference │ │ │ ├── BizTalkServiceInstance.wsdl │ │ │ ├── ClientConsole.CloudServiceReference.GetCustomerNumerResponse.datasource │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── WcfService_CustomerBizTalkService.disco │ │ │ ├── configuration.svcinfo │ │ │ └── configuration91.svcinfo │ │ ├── CustomerWcfService │ │ │ ├── CustomerWcfService.disco │ │ │ ├── CustomerWcfService.wsdl │ │ │ ├── CustomerWcfService.xsd │ │ │ ├── CustomerWcfService1.xsd │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── configuration.svcinfo │ │ │ └── configuration91.svcinfo │ │ └── CustomerWebService │ │ │ ├── CustomerWebService.disco │ │ │ ├── CustomerWebService.wsdl │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── configuration.svcinfo │ │ │ └── configuration91.svcinfo │ ├── app.config │ └── obj │ │ └── Debug │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── CustomerAPI │ ├── CustomerAPI.cs │ ├── CustomerAPI.csproj │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── key.snk │ └── obj │ │ └── Debug │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ ├── CustomerBizTalkService │ ├── CreateResponseTransformation.btm │ ├── CreateResponseTransformation.btm.cs │ ├── CustomerBizTalkService.btproj │ ├── CustomerBizTalkService.btproj.csproj │ ├── CustomerBizTalkService.btproj.user │ ├── CustomerBizTalkService.odx │ ├── GetCustomerNumerRequest.xsd │ ├── GetCustomerNumerRequest.xsd.cs │ ├── GetCustomerNumerResponse.xsd │ ├── GetCustomerNumerResponse.xsd.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── SQLResponse_to_WsResponse.btm.cs │ ├── WsRequest_to_SQLRequest.btm.cs │ ├── key.snk │ └── obj │ │ └── Debug │ │ ├── CustomerBizTalkService.btprojResolveAssemblyReference.cache │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── WsDemoSolution.sln ├── Extra modules ├── EDI │ ├── A372 14B BizTalk Server and B2B.pptx │ ├── BTSHOL14B BizTalk Server and B2B v2.docx │ ├── Lab 14B work.zip │ └── Lab14B.zip ├── HOL Extra - Eval │ ├── Complete │ │ ├── Course Eval Application.docx │ │ ├── CourseEval.xml │ │ ├── Create EvaluationDB.sql │ │ ├── Eval Solution.sln │ │ ├── Eval.Orchestrations │ │ │ ├── Eval.Orchestrations.btproj │ │ │ ├── Key.snk │ │ │ ├── ProcessEvals.odx │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Transform_1.btm │ │ │ └── Transform_2.btm │ │ ├── Eval.Schemas │ │ │ ├── Eval.Schemas.btproj │ │ │ ├── Evaluation.xsd │ │ │ ├── EvaluationRespnse.xsd │ │ │ ├── Key.snk │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── TypedProcedure.dbo.xsd │ │ │ └── WcfSendPort_SqlAdapterBinding_Custom.bindinginfo.xml │ │ ├── Eval.Web │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Default.aspx.designer.cs │ │ │ ├── Eval.Web.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Service References │ │ │ │ └── EvalServiceReference │ │ │ │ │ ├── BizTalkServiceInstance.wsdl │ │ │ │ │ ├── Eval.Web.EvalServiceReference.EvaluationResponse.datasource │ │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService.disco │ │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService.xsd │ │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService1.xsd │ │ │ │ │ ├── Reference.cs │ │ │ │ │ ├── Reference.svcmap │ │ │ │ │ ├── configuration.svcinfo │ │ │ │ │ └── configuration91.svcinfo │ │ │ ├── Web.Debug.config │ │ │ ├── Web.Release.config │ │ │ └── Web.config │ │ └── README.txt │ └── Start │ │ ├── Course Eval Application.docx │ │ ├── Create EvaluationDB.sql │ │ ├── Eval Solution.sln │ │ ├── Eval.Orchestrations │ │ ├── Eval.Orchestrations.btproj │ │ ├── Eval.Orchestrations.btproj.user │ │ ├── Key.snk │ │ ├── ProcessEvals.odx │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Eval.Schemas │ │ ├── Eval.Schemas.btproj │ │ ├── Eval.Schemas.btproj.user │ │ ├── Evaluation.xsd │ │ ├── EvaluationRespnse.xsd │ │ ├── Key.snk │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ │ └── Eval.Web │ │ ├── Default.aspx │ │ ├── Default.aspx.cs │ │ ├── Default.aspx.designer.cs │ │ ├── Eval.Web.csproj │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Service References │ │ └── EvalServiceReference │ │ │ ├── BizTalkServiceInstance.wsdl │ │ │ ├── Eval.Web.EvalServiceReference.EvaluationResponse.datasource │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService.disco │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService.xsd │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService1.xsd │ │ │ ├── Reference.cs │ │ │ ├── Reference.svcmap │ │ │ ├── configuration.svcinfo │ │ │ └── configuration91.svcinfo │ │ ├── Web.Debug.config │ │ ├── Web.Release.config │ │ └── Web.config ├── HOL Extra - Lunch │ ├── Complete │ │ ├── FileDrop │ │ │ ├── LunchEnvelope_output.xml │ │ │ └── Mat.xml │ │ ├── Lunch Bindings.xml │ │ ├── Lunch.sln │ │ └── Lunch │ │ │ ├── Lunch.btproj │ │ │ ├── LunchEnvelope.xsd │ │ │ ├── LunchEnvelope.xsd.cs │ │ │ ├── Mat.xsd │ │ │ ├── Mat.xsd.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Restaurang.xsd │ │ │ ├── Restaurang.xsd.cs │ │ │ └── k.snk │ └── Start │ │ ├── Mat.xml │ │ ├── Readme.txt │ │ └── Restaurang.xsd ├── HOL WABS prepare │ ├── Förbered image.txt │ ├── Förbered image2.txt │ ├── a372wabs.biztalk.windows.net.cer │ └── a372wabs.biztalk.windows.net.pfx ├── Installing and configuring │ ├── A372 Extra 1 Installing and Configuring.pptx │ └── Installing BizTalk Server 2009 on Windows Server 2003.docx └── WeatherServiceApplication │ ├── WeatherServiceApplication.sln │ └── WeatherServiceApplication │ ├── IWeatherService.cs │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── WeatherService.cs │ ├── WeatherServiceApplication.csproj │ └── app.config ├── Labs ├── Lab 1 │ ├── Completed │ │ ├── Bindings.xml │ │ └── ContosoMessaging │ │ │ ├── .vs │ │ │ └── ContosoMessaging │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ │ ├── ContosoMessaging.sln │ │ │ └── ContosoMessaging │ │ │ ├── ContosoMessaging.btproj │ │ │ ├── ContosoMessaging.btproj.user │ │ │ ├── CustomerOrderFlatFile.xsd │ │ │ ├── CustomerOrderFlatFile.xsd.cs │ │ │ ├── FlatFileSendPipeline.btp │ │ │ ├── FlatFileSendPipeline.btp.cs │ │ │ ├── MapOrderToCustomer.btm │ │ │ ├── MapOrderToCustomer.btm.cs │ │ │ ├── Order.xsd │ │ │ ├── Order.xsd.cs │ │ │ ├── OrderProcessing.odx │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── key.snk │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ ├── BuildDone │ │ │ └── XLang │ │ │ │ └── File0.cs │ │ │ ├── ContosoMessaging.ClrTypes.dll │ │ │ ├── ContosoMessaging.btproj.FileListAbsolute.txt │ │ │ ├── ContosoMessaging.btprojResolveAssemblyReference.cache │ │ │ ├── ContosoMessaging.dll │ │ │ ├── ContosoMessaging.pdb │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── Start │ │ ├── ContosoMessaging │ │ ├── .vs │ │ │ └── ContosoMessaging │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── ContosoMessaging.sln │ │ └── ContosoMessaging │ │ │ ├── ContosoMessaging.btproj │ │ │ ├── ContosoMessaging.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── CustomerOrderFlatFile.xsd │ │ ├── bindings.xml │ │ └── key.snk ├── Lab 10 │ ├── Completed │ │ ├── .vs │ │ │ └── NWBusinessSolution │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Lab10Bindings.xml │ │ ├── NWBusinessProcesses │ │ │ ├── DistributorService.BindingInfo.xml │ │ │ ├── DistributorService.odx │ │ │ ├── DistributorService_Custom.BindingInfo.xml │ │ │ ├── DistributorService_northwind_com_services_DistributorService.xsd │ │ │ ├── DistributorService_northwind_com_services_DistributorService.xsd.cs │ │ │ ├── DistributorService_schemas_microsoft_com_2003_10_Serialization.xsd │ │ │ ├── DistributorService_schemas_microsoft_com_2003_10_Serialization.xsd.cs │ │ │ ├── NWBusinessProcesses.btproj │ │ │ ├── NWBusinessProcesses.btproj.user │ │ │ ├── Order_to_Distribution.btm │ │ │ ├── Order_to_Distribution.btm.cs │ │ │ ├── Order_to_StaffRequest.btm │ │ │ ├── Order_to_StaffRequest.btm.cs │ │ │ ├── Order_to_StockRequest.btm │ │ │ ├── Order_to_StockRequest.btm.cs │ │ │ ├── Order_to_WarehouseResponse.btm │ │ │ ├── Order_to_WarehouseResponse.btm.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── StaffService.BindingInfo.xml │ │ │ ├── StaffService.odx │ │ │ ├── StaffService_Custom.BindingInfo.xml │ │ │ ├── StaffService_northwind_com_services_StaffService.xsd │ │ │ ├── StaffService_northwind_com_services_StaffService.xsd.cs │ │ │ ├── StaffService_schemas_microsoft_com_2003_10_Serialization.xsd │ │ │ ├── StaffService_schemas_microsoft_com_2003_10_Serialization.xsd.cs │ │ │ ├── StockService.BindingInfo.xml │ │ │ ├── StockService.odx │ │ │ ├── StockService_Custom.BindingInfo.xml │ │ │ ├── StockService_northwind_com_services_StockService.xsd │ │ │ ├── StockService_northwind_com_services_StockService.xsd.cs │ │ │ ├── StockService_schemas_microsoft_com_2003_10_Serialization.xsd │ │ │ ├── StockService_schemas_microsoft_com_2003_10_Serialization.xsd.cs │ │ │ ├── WarehouseProcess.odx │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ │ ├── Microsoft.XLANGs.BaseTypes.dll │ │ │ │ │ └── NWMessaging.dll │ │ │ ├── key.snk │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── NWBusinessSolution.sln │ │ └── NWMessaging │ │ │ ├── AssemblyInfo.cs │ │ │ ├── CustomerOrder.xsd │ │ │ ├── CustomerOrder.xsd.cs │ │ │ ├── DistResp.xsd │ │ │ ├── DistResp.xsd.cs │ │ │ ├── MapCustomerOrderToAccountingInvoice.btm.cs │ │ │ ├── MapOrderToShipRequest.btm.cs │ │ │ ├── MapWarehouseResponseToOrderResponse.btm.cs │ │ │ ├── NWMessaging.btproj │ │ │ ├── NWMessaging.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── ShippingAddress.xsd │ │ │ ├── ShippingAddress.xsd.cs │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ ├── Microsoft.XLANGs.BaseTypes.dll │ │ │ │ ├── NWMessaging.dll │ │ │ │ └── NWMessaging.pdb │ │ │ ├── key.snk │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── NWMessaging.ClrTypes.dll │ │ │ ├── NWMessaging.btproj.FileListAbsolute.txt │ │ │ ├── NWMessaging.btprojResolveAssemblyReference.cache │ │ │ ├── NWMessaging.dll │ │ │ └── NWMessaging.pdb │ ├── Start │ │ ├── .vs │ │ │ └── NWBusinessSolution │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Lab10Bindings.xml │ │ ├── NWBusinessProcesses │ │ │ ├── DistributorService.BindingInfo.xml │ │ │ ├── DistributorService.odx │ │ │ ├── DistributorService_Custom.BindingInfo.xml │ │ │ ├── DistributorService_northwind_com_services_DistributorService.xsd │ │ │ ├── DistributorService_northwind_com_services_DistributorService.xsd.cs │ │ │ ├── DistributorService_schemas_microsoft_com_2003_10_Serialization.xsd │ │ │ ├── DistributorService_schemas_microsoft_com_2003_10_Serialization.xsd.cs │ │ │ ├── NWBusinessProcesses.btproj │ │ │ ├── NWBusinessProcesses.btproj.user │ │ │ ├── Order_to_Distribution.btm │ │ │ ├── Order_to_Distribution.btm.cs │ │ │ ├── Order_to_StaffRequest.btm │ │ │ ├── Order_to_StaffRequest.btm.cs │ │ │ ├── Order_to_StockRequest.btm │ │ │ ├── Order_to_StockRequest.btm.cs │ │ │ ├── Order_to_WarehouseResponse.btm │ │ │ ├── Order_to_WarehouseResponse.btm.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── StaffService.BindingInfo.xml │ │ │ ├── StaffService.odx │ │ │ ├── StaffService_Custom.BindingInfo.xml │ │ │ ├── StaffService_northwind_com_services_StaffService.xsd │ │ │ ├── StaffService_northwind_com_services_StaffService.xsd.cs │ │ │ ├── StaffService_schemas_microsoft_com_2003_10_Serialization.xsd │ │ │ ├── StaffService_schemas_microsoft_com_2003_10_Serialization.xsd.cs │ │ │ ├── StockService.BindingInfo.xml │ │ │ ├── StockService.odx │ │ │ ├── StockService_Custom.BindingInfo.xml │ │ │ ├── StockService_northwind_com_services_StockService.xsd │ │ │ ├── StockService_northwind_com_services_StockService.xsd.cs │ │ │ ├── StockService_schemas_microsoft_com_2003_10_Serialization.xsd │ │ │ ├── StockService_schemas_microsoft_com_2003_10_Serialization.xsd.cs │ │ │ ├── WarehouseProcess.odx │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ │ ├── Microsoft.XLANGs.BaseTypes.dll │ │ │ │ │ └── NWMessaging.dll │ │ │ ├── key.snk │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── NWBusinessSolution.sln │ │ └── NWMessaging │ │ │ ├── AssemblyInfo.cs │ │ │ ├── CustomerOrder.xsd │ │ │ ├── CustomerOrder.xsd.cs │ │ │ ├── DistResp.xsd │ │ │ ├── DistResp.xsd.cs │ │ │ ├── MapCustomerOrderToAccountingInvoice.btm.cs │ │ │ ├── MapOrderToShipRequest.btm.cs │ │ │ ├── MapWarehouseResponseToOrderResponse.btm.cs │ │ │ ├── NWMessaging.btproj │ │ │ ├── NWMessaging.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── ShippingAddress.xsd │ │ │ ├── ShippingAddress.xsd.cs │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ ├── Microsoft.XLANGs.BaseTypes.dll │ │ │ │ ├── NWMessaging.dll │ │ │ │ └── NWMessaging.pdb │ │ │ ├── key.snk │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── NWMessaging.ClrTypes.dll │ │ │ ├── NWMessaging.btproj.FileListAbsolute.txt │ │ │ ├── NWMessaging.btprojResolveAssemblyReference.cache │ │ │ ├── NWMessaging.dll │ │ │ └── NWMessaging.pdb │ ├── StartServices.bat │ └── WarehouseWCFServices │ │ ├── .vs │ │ └── WCFServices │ │ │ └── v14 │ │ │ └── .suo │ │ ├── DistributorService │ │ ├── DistributorService.csproj │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── DistributorService.exe │ │ │ │ └── DistributorService.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── DistributorService.csproj.FileListAbsolute.txt │ │ │ ├── DistributorService.exe │ │ │ └── DistributorService.pdb │ │ ├── StaffService │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── StaffService.csproj │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── StaffService.exe │ │ │ │ └── StaffService.pdb │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── StaffService.csproj.FileListAbsolute.txt │ │ │ ├── StaffService.exe │ │ │ └── StaffService.pdb │ │ ├── StockService │ │ ├── Program.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── StockService.csproj │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── StockService.exe │ │ │ │ ├── StockService.pdb │ │ │ │ ├── StockService.vshost.exe │ │ │ │ └── StockService.vshost.exe.manifest │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── StockService.csproj.FileListAbsolute.txt │ │ │ ├── StockService.csprojResolveAssemblyReference.cache │ │ │ ├── StockService.exe │ │ │ └── StockService.pdb │ │ └── WCFServices.sln ├── Lab 11 │ └── Start │ │ ├── .vs │ │ └── Lab11 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Lab11.BindingInfo.xml │ │ ├── Lab11.sln │ │ └── Lab11 │ │ ├── Key.snk │ │ ├── Lab11.BindingInfo.xml │ │ ├── Lab11.btproj │ │ ├── Lab11.btproj.user │ │ ├── Order.txt │ │ ├── Order.xsd │ │ ├── Order.xsd.cs │ │ ├── OrderApprovalProcess.odx │ │ ├── OrderFF.xsd │ │ ├── OrderFF.xsd.cs │ │ ├── OrderFF_Receive.btp │ │ ├── OrderFF_Receive.btp.cs │ │ ├── OrderFF_to_Order.btm │ │ ├── OrderFF_to_Order.btm.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── PropertySchema.xsd │ │ ├── PropertySchema.xsd.cs │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Lab11.btprojResolveAssemblyReference.cache ├── Lab 12 │ ├── Completed │ │ ├── .vs │ │ │ └── Lab12 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Lab12.BRE.SalesDetails.sql │ │ ├── Lab12.BindingInfo.xml │ │ ├── Lab12.Policies.xml │ │ ├── Lab12.sln │ │ └── Lab12 │ │ │ ├── Key.snk │ │ │ ├── Lab12.BindingInfo.xml │ │ │ ├── Lab12.btproj │ │ │ ├── Lab12.btproj.user │ │ │ ├── Order.txt │ │ │ ├── Order.xsd │ │ │ ├── OrderApprovalProcess.odx │ │ │ ├── OrderFF.xsd │ │ │ ├── OrderFF.xsd.cs │ │ │ ├── OrderFF_Receive.btp │ │ │ ├── OrderFF_Receive.btp.cs │ │ │ ├── OrderFF_to_Order.btm │ │ │ ├── OrderFF_to_Order.btm.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ ├── Microsoft.RuleEngine.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Lab12.btprojResolveAssemblyReference.cache │ └── Start │ │ ├── .vs │ │ └── Lab12 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Lab12.sln │ │ ├── Lab12 │ │ ├── Key.snk │ │ ├── Lab12.BindingInfo.xml │ │ ├── Lab12.btproj │ │ ├── Lab12.btproj.user │ │ ├── Order.txt │ │ ├── Order.xsd │ │ ├── Order.xsd.cs │ │ ├── OrderApprovalProcess.odx │ │ ├── OrderFF.xsd │ │ ├── OrderFF.xsd.cs │ │ ├── OrderFF_Receive.btp │ │ ├── OrderFF_Receive.btp.cs │ │ ├── OrderFF_to_Order.btm │ │ ├── OrderFF_to_Order.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── PropertySchema.xsd │ │ ├── PropertySchema.xsd.cs │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Lab12.btprojResolveAssemblyReference.cache │ │ └── Order.xml ├── Lab 13 │ ├── Completed │ │ ├── .vs │ │ │ └── Management │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Lab13Binding.xml │ │ ├── Management.sln │ │ └── Management │ │ │ ├── CustomerOrder.xsd │ │ │ ├── CustomerOrder.xsd.cs │ │ │ ├── CustomerOrder1.xml │ │ │ ├── CustomerOrder_To_ProcessOrder.btm │ │ │ ├── CustomerOrder_To_ProcessOrder.btm.cs │ │ │ ├── Key.snk │ │ │ ├── Management.btproj │ │ │ ├── Management.btproj.user │ │ │ ├── ProcessOrder.xsd │ │ │ ├── ProcessOrder.xsd.cs │ │ │ ├── ProcessOrders.odx │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── PropertySchema.xsd.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Management.btprojResolveAssemblyReference.cache │ └── Start │ │ ├── .vs │ │ └── Management │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Lab13Binding.xml │ │ ├── Management.sln │ │ └── Management │ │ ├── CustomerOrder.xsd │ │ ├── CustomerOrder.xsd.cs │ │ ├── CustomerOrder1.xml │ │ ├── CustomerOrder_To_ProcessOrder.btm │ │ ├── Key.snk │ │ ├── Management.btproj │ │ ├── Management.btproj.user │ │ ├── ProcessOrder.xsd │ │ ├── ProcessOrder.xsd.cs │ │ ├── ProcessOrders.odx │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── PropertySchema.xsd │ │ ├── PropertySchema.xsd.cs │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── Management.btprojResolveAssemblyReference.cache ├── Lab 14 │ ├── Complete │ │ ├── Complete.csproj │ │ ├── Complete.csproj.vspscc │ │ ├── Complete.sln │ │ ├── Complete.vssscc │ │ ├── GetEmployees.BridgeConfig │ │ ├── LOB Schemas │ │ │ ├── a372wabs_susanne_employees_ProcedureResultSet.dbo.sp_GetEmployees.xsd │ │ │ ├── a372wabs_susanne_employees_Serialization.xsd │ │ │ └── a372wabs_susanne_employees_TypedProcedure.dbo.xsd │ │ ├── LookupProviderConfigurations.xml │ │ ├── MessageFlowItinerary.bcs │ │ ├── MessageFlowItinerary.bcs.diagram │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── susanne_employees.config │ ├── Create EmployeesDB.sql │ ├── MessageSender │ │ ├── App.config │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── GetEmployeesRequest.xml │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── MessageSender.csproj │ │ ├── MessageSender.csproj.vspscc │ │ ├── MessageSender.sln │ │ ├── MessageSender.vssscc │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ ├── Resources.Designer.cs │ │ │ ├── Resources.resx │ │ │ ├── Settings.Designer.cs │ │ │ └── Settings.settings │ │ └── demomsg.xml │ └── Start │ │ ├── GetEmplyoees.BridgeConfig │ │ ├── HOL WABS.csproj │ │ ├── HOL WABS.csproj.vspscc │ │ ├── HOL WABS.sln │ │ ├── HOL WABS.vssscc │ │ ├── LOB Schemas │ │ ├── blogical_employees_all_ProcedureResultSet.dbo.sp_GetEmployees.xsd │ │ ├── blogical_employees_all_Serialization.xsd │ │ └── blogical_employees_all_TypedProcedure.dbo.xsd │ │ ├── LookupProviderConfigurations.xml │ │ ├── MessageFlowItinerary.bcs │ │ ├── MessageFlowItinerary.bcs.diagram │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── XMLFile1.xsd │ │ └── employees_all.config ├── Lab 2 │ ├── Completed │ │ └── NWBusinessSolution │ │ │ ├── .vs │ │ │ └── NWBusinessSolution │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ │ ├── NWBusinessSolution.sln │ │ │ └── NWMessaging │ │ │ ├── CustomerOrder.xsd │ │ │ ├── CustomerOrder.xsd.cs │ │ │ ├── CustomerOrderFlatFile.xsd │ │ │ ├── CustomerOrderFlatFile.xsd.cs │ │ │ ├── Key.snk │ │ │ ├── NWMessaging.btproj │ │ │ ├── NWMessaging.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── PropertySchema.xsd.cs │ │ │ ├── ShippingAddress.xsd │ │ │ ├── ShippingAddress.xsd.cs │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── NWMessaging.btprojResolveAssemblyReference.cache │ └── Start │ │ ├── CustomerOrder.txt │ │ ├── CustomerOrder.xml │ │ └── CustomerOrder.xsd ├── Lab 3 │ ├── Completed │ │ ├── CustomerOrder.txt │ │ ├── CustomerOrder.xml │ │ ├── CustomerOrder.xsd │ │ ├── GeneratedCustomerOrder.xml │ │ ├── NWBusinessSolution │ │ │ ├── .vs │ │ │ │ └── NWBusinessSolution │ │ │ │ │ └── v14 │ │ │ │ │ └── .suo │ │ │ ├── NWBusinessSolution.sln │ │ │ └── NWMessaging │ │ │ │ ├── CustomerOrder.xsd │ │ │ │ ├── CustomerOrder.xsd.cs │ │ │ │ ├── CustomerOrderFlatFile.xsd │ │ │ │ ├── CustomerOrderFlatFile.xsd.cs │ │ │ │ ├── Key.snk │ │ │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm │ │ │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm.cs │ │ │ │ ├── NWMessaging.btproj │ │ │ │ ├── NWMessaging.btproj.user │ │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── PropertySchema.xsd │ │ │ │ ├── PropertySchema.xsd.cs │ │ │ │ ├── ShippingAddress.xsd │ │ │ │ ├── ShippingAddress.xsd.cs │ │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ └── FKMessaging.dll │ │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── NWMessaging.btprojResolveAssemblyReference.cache │ │ ├── ProductionProblem_CustomerOrder.xml │ │ └── ScriptingFunctoid.txt │ └── Start │ │ ├── CustomerOrder.xml │ │ ├── FKMessaging.dll │ │ ├── NWBusinessSolution │ │ ├── .vs │ │ │ └── NWBusinessSolution │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── NWBusinessSolution.sln │ │ └── NWMessaging │ │ │ ├── CustomerOrder.xsd │ │ │ ├── CustomerOrderFlatFile.xsd │ │ │ ├── Key.snk │ │ │ ├── NWMessaging.btproj │ │ │ ├── NWMessaging.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── ShippingAddress.xsd │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── NWMessaging.btprojResolveAssemblyReference.cache │ │ ├── ProductionProblem_CustomerOrder.xml │ │ └── ScriptingFunctoid.txt ├── Lab 4 │ ├── Completed │ │ ├── CustomerOrder.xml │ │ └── NWBusinessSolution │ │ │ ├── .vs │ │ │ └── NWBusinessSolution │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ │ ├── FKMessaging │ │ │ ├── AssemblyInfo.cs │ │ │ ├── FKKey.snk │ │ │ ├── FKMessaging.btproj │ │ │ ├── FKMessaging.btproj.user │ │ │ ├── FKPurchaseOrder_To_InternalToWebServiceCall.btm.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── SupplierPO.xsd │ │ │ ├── SupplierPO.xsd.cs │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── BizTalk │ │ │ │ └── BuildDone │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Local.testsettings │ │ │ ├── NWBusinessSolution.sln │ │ │ ├── NWBusinessSolution.vsmdi │ │ │ ├── NWMessaging │ │ │ ├── CustomerOrder.xsd │ │ │ ├── CustomerOrder.xsd.cs │ │ │ ├── Key.snk │ │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm │ │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm.cs │ │ │ ├── NWMessaging.btproj │ │ │ ├── NWMessaging.btproj.user │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── BizTalk │ │ │ │ └── BuildDone │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── NWMessaging.btprojResolveAssemblyReference.cache │ │ │ ├── NWTest │ │ │ ├── CustomerOrderTest.cs │ │ │ ├── NWCustomerOrder_To_FKSupplierPOTest.cs │ │ │ ├── NWTest.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── 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 │ │ │ ├── TestResults │ │ │ ├── Administrator_WIN2008R2 2010-12-02 13_31_23.trx │ │ │ └── Administrator_WIN2008R2 2010-12-02 13_33_38.trx │ │ │ └── TraceAndTestImpact.testsettings │ └── Start │ │ ├── CustomerOrder.xml │ │ ├── NWBusinessSolution │ │ ├── .vs │ │ │ └── NWBusinessSolution │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── FKMessaging │ │ │ ├── AssemblyInfo.cs │ │ │ ├── FKKey.snk │ │ │ ├── FKMessaging.btproj │ │ │ ├── FKMessaging.btproj.user │ │ │ ├── FKPurchaseOrder_To_InternalToWebServiceCall.btm.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── SupplierPO.xsd │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── NWBusinessSolution.sln │ │ └── NWMessaging │ │ │ ├── CustomerOrder.xsd │ │ │ ├── Key.snk │ │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm │ │ │ ├── NWMessaging.btproj │ │ │ ├── NWMessaging.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── NWMessaging.btprojResolveAssemblyReference.cache │ │ └── SupplierPO.xml ├── Lab 5 │ ├── Completed │ │ ├── .vs │ │ │ └── PipelineProcessing │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── PipelineProcessing.sln │ │ └── RecoverableInterchange │ │ │ ├── BadBatchFF.txt │ │ │ ├── BatchFF.txt │ │ │ ├── FFOrder.xsd │ │ │ ├── FFOrder.xsd.cs │ │ │ ├── Header.xsd │ │ │ ├── Header.xsd.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── ReceiveCustOrders.btp │ │ │ ├── ReceiveCustOrders.btp.cs │ │ │ ├── RecoverableInterchange.btproj │ │ │ ├── RecoverableInterchange.btproj.user │ │ │ ├── RecoverableInterchange_key.snk │ │ │ ├── Splitter.btp │ │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── RecoverableInterchange.btprojResolveAssemblyReference.cache │ │ │ └── senCust.btp.cs │ └── Start │ │ ├── .vs │ │ └── PipelineProcessing │ │ │ └── v14 │ │ │ └── .suo │ │ ├── PipelineProcessing.sln │ │ ├── RecoverableInterchange │ │ ├── Header.xsd │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── RecoverableInterchange.btproj │ │ ├── RecoverableInterchange.btproj.user │ │ ├── RecoverableInterchange_key.snk │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── RecoverableInterchange.btprojResolveAssemblyReference.cache │ │ └── Sample Messages │ │ ├── BadBatchFF.txt │ │ ├── BatchFF.txt │ │ └── OrderFF.txt ├── Lab 6 │ ├── Completed │ │ └── NWBusinessSolution │ │ │ ├── .vs │ │ │ └── NWBusinessSolution │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ │ ├── FKMessaging │ │ │ ├── AssemblyInfo.cs │ │ │ ├── FKKey.snk │ │ │ ├── FKMessaging.btproj │ │ │ ├── FKMessaging.btproj.user │ │ │ ├── FKPurchaseOrder_To_InternalToWebServiceCall.btm │ │ │ ├── FKPurchaseOrder_To_InternalToWebServiceCall.btm.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── SupplierPO.xsd │ │ │ ├── SupplierPO.xsd.cs │ │ │ ├── Web References │ │ │ │ └── localhost │ │ │ │ │ ├── Reference.map │ │ │ │ │ ├── Reference.map.cs │ │ │ │ │ ├── Reference.odx │ │ │ │ │ ├── Reference.odx.cs │ │ │ │ │ ├── Reference.xsd │ │ │ │ │ ├── Reference.xsd.cs │ │ │ │ │ ├── service1.disco │ │ │ │ │ └── service1.wsdl │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── NWBusinessSolution.sln │ │ │ └── NWMessaging │ │ │ ├── AssemblyInfo.cs │ │ │ ├── CustomerOrder.xsd │ │ │ ├── CustomerOrder.xsd.cs │ │ │ ├── CustomerOrderFlatFile.xsd │ │ │ ├── CustomerOrderFlatFile.xsd.cs │ │ │ ├── Key.snk │ │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm │ │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm.cs │ │ │ ├── NWMessaging.btproj │ │ │ ├── NWMessaging.btproj.user │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── PropertySchema.xsd.cs │ │ │ ├── ReceiveEncryptedPurchaseOrder.btp │ │ │ ├── ReceiveEncryptedPurchaseOrder.btp.cs │ │ │ ├── SendEncryptedPurchaseOrder.btp │ │ │ ├── SendEncryptedPurchaseOrder.btp.cs │ │ │ ├── ShippingAddress.xsd │ │ │ ├── ShippingAddress.xsd.cs │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── NWMessaging.btprojResolveAssemblyReference.cache │ └── Start │ │ ├── CustomerOrder.xml │ │ └── NWBusinessSolution │ │ ├── .vs │ │ └── NWBusinessSolution │ │ │ └── v14 │ │ │ └── .suo │ │ ├── FKMessaging │ │ ├── AssemblyInfo.cs │ │ ├── FKKey.snk │ │ ├── FKMessaging.btproj │ │ ├── FKMessaging.btproj.user │ │ ├── FKPurchaseOrder_To_InternalToWebServiceCall.btm │ │ ├── FKPurchaseOrder_To_InternalToWebServiceCall.btm.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── PropertySchema.xsd │ │ ├── SupplierPO.xsd │ │ ├── SupplierPO.xsd.cs │ │ ├── Web References │ │ │ └── localhost │ │ │ │ ├── Reference.map │ │ │ │ ├── Reference.map.cs │ │ │ │ ├── Reference.odx │ │ │ │ ├── Reference.odx.cs │ │ │ │ ├── Reference.xsd │ │ │ │ ├── Reference.xsd.cs │ │ │ │ ├── service1.disco │ │ │ │ └── service1.wsdl │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── NWBusinessSolution.sln │ │ └── NWMessaging │ │ ├── AssemblyInfo.cs │ │ ├── CustomerOrder.xsd │ │ ├── CustomerOrder.xsd.cs │ │ ├── CustomerOrderFlatFile.xsd │ │ ├── CustomerOrderFlatFile.xsd.cs │ │ ├── Key.snk │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm │ │ ├── NWCustomerOrder_To_FKSupplierPO.btm.cs │ │ ├── NWMessaging.btproj │ │ ├── NWMessaging.btproj.user │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── PropertySchema.xsd │ │ ├── PropertySchema.xsd.cs │ │ ├── ShippingAddress.xsd │ │ ├── ShippingAddress.xsd.cs │ │ ├── bin │ │ └── Debug │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ └── obj │ │ └── Debug │ │ ├── BizTalk │ │ └── BuildDone │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── NWMessaging.btprojResolveAssemblyReference.cache ├── Lab 7 │ ├── Completed │ │ ├── .vs │ │ │ └── SharepointLab │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── AccountingPI.txt │ │ ├── AddErrorDetails.txt │ │ ├── ErrorHandling │ │ │ ├── ApprovalProcess.odx │ │ │ ├── ErrorHandler.odx │ │ │ ├── ErrorHandling.btproj │ │ │ ├── ErrorHandling.btproj.user │ │ │ ├── ErrorHandling_key.2snk │ │ │ ├── ErrorHandling_key.snk │ │ │ ├── ExpenseReport.xsd │ │ │ ├── ExpenseReport.xsd.cs │ │ │ ├── ExpenseReport_to_ProcessedExpenses.btm │ │ │ ├── ExpenseReport_to_ProcessedExpenses.btm.cs │ │ │ ├── FailedMessagePISend.btp │ │ │ ├── FailedMessagePISend.btp.cs │ │ │ ├── PIXMLSendPipeline.btp │ │ │ ├── PIXMLSendPipeline.btp.cs │ │ │ ├── ProcessedExpenses.xsd │ │ │ ├── ProcessedExpenses.xsd.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── PropertySchema.xsd.cs │ │ │ ├── XMLValidateReceivePipe.btp │ │ │ ├── XMLValidateReceivePipe.btp.cs │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── ErrorHandling.btprojResolveAssemblyReference.cache │ │ ├── Microsoft.SharePoint.Search.xml │ │ ├── SetErrorDetails.txt │ │ ├── Setup │ │ │ ├── InfoPath Forms │ │ │ │ ├── ExpenseReport.xml │ │ │ │ ├── ExpenseReport.xsn │ │ │ │ ├── FailedExpenseReport.xml │ │ │ │ ├── FailedExpenseReport.xsn │ │ │ │ ├── ProcessedExpenseReport.xml │ │ │ │ └── ProcessedExpenseReport.xsn │ │ │ ├── Lab7.xml │ │ │ └── Microsoft.SharePoint.Search.xml │ │ └── SharepointLab.sln │ └── Start │ │ ├── .vs │ │ └── SharepointLab │ │ │ └── v14 │ │ │ └── .suo │ │ ├── AccountingPI.txt │ │ ├── AddErrorDetails.txt │ │ ├── ErrorHandling │ │ ├── ApprovalProcess.odx │ │ ├── ErrorHandling.btproj │ │ ├── ErrorHandling.btproj.user │ │ ├── ErrorHandling_key.2snk │ │ ├── ErrorHandling_key.snk │ │ ├── ExpenseReport.xsd │ │ ├── ExpenseReport.xsd.cs │ │ ├── ExpenseReport_to_ProcessedExpenses.btm │ │ ├── ExpenseReport_to_ProcessedExpenses.btm.cs │ │ ├── FailedMessagePISend.btp │ │ ├── FailedMessagePISend.btp.cs │ │ ├── PIXMLSendPipeline.btp │ │ ├── PIXMLSendPipeline.btp.cs │ │ ├── ProcessedExpenses.xsd │ │ ├── ProcessedExpenses.xsd.cs │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── PropertySchema.xsd │ │ ├── PropertySchema.xsd.cs │ │ ├── XMLValidateReceivePipe.btp │ │ ├── XMLValidateReceivePipe.btp.cs │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── ErrorHandling.btprojResolveAssemblyReference.cache │ │ ├── Microsoft.SharePoint.Search.xml │ │ ├── SetErrorDetails.txt │ │ ├── Setup │ │ ├── InfoPath Forms │ │ │ ├── ExpenseReport.xml │ │ │ ├── ExpenseReport.xsn │ │ │ ├── FailedExpenseReport.xml │ │ │ ├── FailedExpenseReport.xsn │ │ │ ├── ProcessedExpenseReport.xml │ │ │ └── ProcessedExpenseReport.xsn │ │ ├── Lab7.xml │ │ └── Microsoft.SharePoint.Search.xml │ │ └── SharepointLab.sln ├── Lab 7b │ ├── Complete.zip │ └── Complete │ │ ├── Lab7b.BindingInfo.xml │ │ └── Lab7b │ │ ├── .vs │ │ └── Lab7b │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Lab7b.sln │ │ └── Lab7b │ │ ├── Key.snk │ │ ├── Lab7b.btproj │ │ ├── Lab7b.btproj.user │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── ReceiveTweetPipeline.btp │ │ ├── ReceiveTweetPipeline.btp.cs │ │ ├── SimpleTypeArray.xsd │ │ ├── SimpleTypeArray.xsd.cs │ │ ├── Table.dbo.xsd │ │ ├── Table.dbo.xsd.cs │ │ ├── TableOperation.dbo.Tweets.xsd │ │ ├── TableOperation.dbo.Tweets.xsd.cs │ │ ├── Tweet.xsd │ │ ├── Tweet.xsd.cs │ │ ├── TweetProcess.odx │ │ ├── Tweet_to_Insert.btm │ │ ├── Tweet_to_Insert.btm.cs │ │ ├── WcfSendPort_SqlAdapterBinding_Custom.bindinginfo.xml │ │ ├── bin │ │ └── Debug │ │ │ ├── Lab7b.dll │ │ │ ├── Lab7b.pdb │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ └── obj │ │ └── Debug │ │ ├── BizTalk │ │ ├── BuildDone │ │ └── XLang │ │ │ └── File0.cs │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Lab7b.ClrTypes.dll │ │ ├── Lab7b.btproj.FileListAbsolute.txt │ │ ├── Lab7b.dll │ │ └── Lab7b.pdb ├── Lab 8 │ ├── Completed │ │ ├── .vs │ │ │ └── Lab8 │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Lab8.sln │ │ └── TravelService │ │ │ ├── FlightBookingService.BindingInfo.xml │ │ │ ├── FlightBookingService.odx │ │ │ ├── FlightBookingService_Custom.BindingInfo.xml │ │ │ ├── FlightBookingService_schemas_datacontract_org_2004_07_FlightBookingService.xsd │ │ │ ├── FlightBookingService_schemas_datacontract_org_2004_07_FlightBookingService.xsd.cs │ │ │ ├── FlightBookingService_schemas_microsoft_com_2003_10_Serialization.xsd │ │ │ ├── FlightBookingService_schemas_microsoft_com_2003_10_Serialization.xsd.cs │ │ │ ├── FlightBookingService_tempuri_org.xsd │ │ │ ├── FlightBookingService_tempuri_org.xsd.cs │ │ │ ├── FlightResponse_to_TravelResponse.btm │ │ │ ├── FlightResponse_to_TravelResponse.btm.cs │ │ │ ├── HotelBookingService.BindingInfo.xml │ │ │ ├── HotelBookingService.odx │ │ │ ├── HotelBookingService_Custom.BindingInfo.xml │ │ │ ├── HotelBookingService_schemas_datacontract_org_2004_07_HotelBookingService.xsd │ │ │ ├── HotelBookingService_schemas_datacontract_org_2004_07_HotelBookingService.xsd.cs │ │ │ ├── HotelBookingService_schemas_microsoft_com_2003_10_Serialization.xsd │ │ │ ├── HotelBookingService_schemas_microsoft_com_2003_10_Serialization.xsd.cs │ │ │ ├── HotelBookingService_tempuri_org.xsd │ │ │ ├── HotelBookingService_tempuri_org.xsd.cs │ │ │ ├── Key.snk │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Transform_2.btm │ │ │ ├── Transform_2.btm.cs │ │ │ ├── TravelRequest.xsd │ │ │ ├── TravelRequest.xsd.cs │ │ │ ├── TravelRequest_to_FlightRequest.btm │ │ │ ├── TravelRequest_to_FlightRequest.btm.cs │ │ │ ├── TravelRequest_to_HotelBookingRequest.btm │ │ │ ├── TravelRequest_to_HotelBookingRequest.btm.cs │ │ │ ├── TravelResponse.xsd │ │ │ ├── TravelResponse.xsd.cs │ │ │ ├── TravelService.btproj │ │ │ ├── TravelService.btproj.user │ │ │ ├── TravelServiceOrchestration.odx │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ └── Microsoft.XLANGs.BaseTypes.dll │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── TravelService.btprojResolveAssemblyReference.cache │ ├── Services │ │ ├── FlightBookingService.exe │ │ └── HotelBookingService.exe │ └── Start │ │ ├── .vs │ │ └── Lab8 │ │ │ └── v14 │ │ │ └── .suo │ │ ├── Lab8.sln │ │ └── TravelService │ │ ├── Key.snk │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── TravelRequest.xsd │ │ ├── TravelResponse.xsd │ │ ├── TravelService.btproj │ │ ├── TravelService.btproj.user │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── TravelService.btprojResolveAssemblyReference.cache ├── Lab 9 │ ├── Completed │ │ ├── .vs │ │ │ └── NWBusinessSolution │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── Bindings.xml │ │ ├── NWBusinessProcesses │ │ │ ├── NWBusinessProcesses.btproj │ │ │ ├── NWBusinessProcesses.btproj.user │ │ │ ├── NWOrderProcessing.odx │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── bin │ │ │ │ └── Debug │ │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ │ ├── Microsoft.XLANGs.BaseTypes.dll │ │ │ │ │ ├── NWBusinessProcesses.dll │ │ │ │ │ ├── NWBusinessProcesses.pdb │ │ │ │ │ └── NWMessaging.dll │ │ │ ├── key.snk │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── BizTalk │ │ │ │ ├── BuildDone │ │ │ │ └── XLang │ │ │ │ │ └── File0.cs │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ ├── NWBusinessProcesses.ClrTypes.dll │ │ │ │ ├── NWBusinessProcesses.btproj.FileListAbsolute.txt │ │ │ │ ├── NWBusinessProcesses.dll │ │ │ │ └── NWBusinessProcesses.pdb │ │ ├── NWBusinessSolution.sln │ │ └── NWMessaging │ │ │ ├── AccountingInvoice.xsd │ │ │ ├── AccountingInvoice.xsd.cs │ │ │ ├── AssemblyInfo.cs │ │ │ ├── CustomerOrder.xsd │ │ │ ├── CustomerOrder.xsd.cs │ │ │ ├── CustomerOrderFlatFile.xsd │ │ │ ├── CustomerOrderFlatFile.xsd.cs │ │ │ ├── DistResp.xsd │ │ │ ├── DistResp.xsd.cs │ │ │ ├── MapCustomerOrderToAccountingInvoice.btm │ │ │ ├── MapCustomerOrderToAccountingInvoice.btm.cs │ │ │ ├── MapOrderToShipRequest.btm │ │ │ ├── MapOrderToShipRequest.btm.cs │ │ │ ├── MapWarehouseResponseToOrderResponse.btm │ │ │ ├── MapWarehouseResponseToOrderResponse.btm.cs │ │ │ ├── NWMessaging.btproj │ │ │ ├── NWMessaging.btproj.user │ │ │ ├── OrderResponse.xsd │ │ │ ├── OrderResponse.xsd.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── PropertySchema.xsd │ │ │ ├── PropertySchema.xsd.cs │ │ │ ├── ShippingAddress.xsd │ │ │ ├── ShippingAddress.xsd.cs │ │ │ ├── WarehouseShipRequest.xsd │ │ │ ├── WarehouseShipRequest.xsd.cs │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── Microsoft.BizTalk.Pipeline.dll │ │ │ │ ├── Microsoft.BizTalk.TestTools.dll │ │ │ │ ├── Microsoft.XLANGs.BaseTypes.dll │ │ │ │ ├── NWMessaging.dll │ │ │ │ └── NWMessaging.pdb │ │ │ ├── key.snk │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── BizTalk │ │ │ └── BuildDone │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── NWMessaging.ClrTypes.dll │ │ │ ├── NWMessaging.btproj.FileListAbsolute.txt │ │ │ ├── NWMessaging.btprojResolveAssemblyReference.cache │ │ │ ├── NWMessaging.dll │ │ │ └── NWMessaging.pdb │ ├── ExchangeRateServiceApplication │ │ ├── .vs │ │ │ └── ExchangeRateServiceApplication │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── ExchangeRateServiceApplication.sln │ │ └── ExchangeRateServiceApplication │ │ │ ├── ExchangeRateService.cs │ │ │ ├── ExchangeRateServiceApplication.csproj │ │ │ ├── IExchangeRateService.cs │ │ │ ├── Program.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── README.txt │ │ │ ├── app.config │ │ │ ├── bin │ │ │ └── Debug │ │ │ │ ├── ExchangeRateServiceApplication.exe.config │ │ │ │ ├── ExchangeRateServiceApplication.vshost.exe │ │ │ │ ├── ExchangeRateServiceApplication.vshost.exe.config │ │ │ │ └── ExchangeRateServiceApplication.vshost.exe.manifest │ │ │ └── obj │ │ │ └── x86 │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── ExchangeRateServiceApplication.csproj.FileListAbsolute.txt │ └── Start │ │ ├── .vs │ │ └── NWBusinessSolution │ │ │ └── v14 │ │ │ └── .suo │ │ ├── BindingFile.xml │ │ ├── NWBusinessProcesses │ │ ├── NWBusinessProcesses.btproj │ │ ├── NWBusinessProcesses.btproj.user │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── key.snk │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── NWBusinessSolution.sln │ │ └── NWMessaging │ │ ├── AccountingInvoice.xsd │ │ ├── AccountingInvoice.xsd.cs │ │ ├── AssemblyInfo.cs │ │ ├── CustomerOrder.xsd │ │ ├── CustomerOrder.xsd.cs │ │ ├── CustomerOrderFlatFile.xsd │ │ ├── CustomerOrderFlatFile.xsd.cs │ │ ├── DistResp.xsd │ │ ├── DistResp.xsd.cs │ │ ├── MapCustomerOrderToAccountingInvoice.btm │ │ ├── MapCustomerOrderToAccountingInvoice.btm.cs │ │ ├── MapOrderToShipRequest.btm │ │ ├── MapOrderToShipRequest.btm.cs │ │ ├── MapWarehouseResponseToOrderResponse.btm │ │ ├── MapWarehouseResponseToOrderResponse.btm.cs │ │ ├── NWMessaging.btproj │ │ ├── NWMessaging.btproj.user │ │ ├── OrderResponse.xsd │ │ ├── OrderResponse.xsd.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── PropertySchema.xsd │ │ ├── PropertySchema.xsd.cs │ │ ├── ShippingAddress.xsd │ │ ├── ShippingAddress.xsd.cs │ │ ├── WarehouseShipRequest.xsd │ │ ├── WarehouseShipRequest.xsd.cs │ │ ├── key.snk │ │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ └── NWMessaging.btprojResolveAssemblyReference.cache ├── LabExtra │ ├── HOL Extra - Eval │ │ ├── Complete │ │ │ ├── .vs │ │ │ │ ├── Eval Solution │ │ │ │ │ └── v14 │ │ │ │ │ │ └── .suo │ │ │ │ └── config │ │ │ │ │ └── applicationhost.config │ │ │ ├── Course Eval Application.docx │ │ │ ├── CourseEval.xml │ │ │ ├── Create EvaluationDB.sql │ │ │ ├── Eval Solution.sln │ │ │ ├── Eval.Orchestrations │ │ │ │ ├── Eval.Orchestrations.btproj │ │ │ │ ├── Eval.Orchestrations.btproj.user │ │ │ │ ├── Key.snk │ │ │ │ ├── ProcessEvals.odx │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Transform_1.btm │ │ │ │ ├── Transform_2.btm │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Eval.Schemas │ │ │ │ ├── Eval.Schemas.btproj │ │ │ │ ├── Eval.Schemas.btproj.user │ │ │ │ ├── Evaluation.xsd │ │ │ │ ├── EvaluationRespnse.xsd │ │ │ │ ├── Key.snk │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── TypedProcedure.dbo.xsd │ │ │ │ ├── WcfSendPort_SqlAdapterBinding_Custom.bindinginfo.xml │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ │ └── Eval.Schemas.btprojResolveAssemblyReference.cache │ │ │ ├── Eval.Web │ │ │ │ ├── Default.aspx │ │ │ │ ├── Default.aspx.cs │ │ │ │ ├── Default.aspx.designer.cs │ │ │ │ ├── Eval.Web.csproj │ │ │ │ ├── Properties │ │ │ │ │ └── AssemblyInfo.cs │ │ │ │ ├── Service References │ │ │ │ │ └── EvalServiceReference │ │ │ │ │ │ ├── BizTalkServiceInstance.wsdl │ │ │ │ │ │ ├── Eval.Web.EvalServiceReference.EvaluationResponse.datasource │ │ │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService.disco │ │ │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService.xsd │ │ │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService1.xsd │ │ │ │ │ │ ├── Reference.cs │ │ │ │ │ │ ├── Reference.svcmap │ │ │ │ │ │ ├── configuration.svcinfo │ │ │ │ │ │ └── configuration91.svcinfo │ │ │ │ ├── Web.Debug.config │ │ │ │ ├── Web.Release.config │ │ │ │ ├── Web.config │ │ │ │ └── obj │ │ │ │ │ └── Debug │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ │ └── TempPE │ │ │ │ │ └── Service References.EvalServiceReference.Reference.cs.dll │ │ │ └── README.txt │ │ └── Start │ │ │ ├── .vs │ │ │ ├── Eval Solution │ │ │ │ └── v14 │ │ │ │ │ └── .suo │ │ │ └── config │ │ │ │ └── applicationhost.config │ │ │ ├── Course Eval Application.docx │ │ │ ├── Create EvaluationDB.sql │ │ │ ├── Eval Solution.sln │ │ │ ├── Eval.Orchestrations │ │ │ ├── Eval.Orchestrations.btproj │ │ │ ├── Eval.Orchestrations.btproj.user │ │ │ ├── Key.snk │ │ │ ├── ProcessEvals.odx │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Eval.Schemas │ │ │ ├── Eval.Schemas.btproj │ │ │ ├── Eval.Schemas.btproj.user │ │ │ ├── Evaluation.xsd │ │ │ ├── EvaluationRespnse.xsd │ │ │ ├── Key.snk │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ │ └── Eval.Schemas.btprojResolveAssemblyReference.cache │ │ │ └── Eval.Web │ │ │ ├── Default.aspx │ │ │ ├── Default.aspx.cs │ │ │ ├── Default.aspx.designer.cs │ │ │ ├── Eval.Web.csproj │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Service References │ │ │ └── EvalServiceReference │ │ │ │ ├── BizTalkServiceInstance.wsdl │ │ │ │ ├── Eval.Web.EvalServiceReference.EvaluationResponse.datasource │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService.disco │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService.xsd │ │ │ │ ├── Eval_Orchestrations_ProcessEvals_EvalService1.xsd │ │ │ │ ├── Reference.cs │ │ │ │ ├── Reference.svcmap │ │ │ │ ├── configuration.svcinfo │ │ │ │ └── configuration91.svcinfo │ │ │ ├── Web.Debug.config │ │ │ ├── Web.Release.config │ │ │ ├── Web.config │ │ │ └── obj │ │ │ └── Debug │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache │ └── HOL Extra - Lunch │ │ ├── Complete │ │ ├── .vs │ │ │ └── Lunch │ │ │ │ └── v14 │ │ │ │ └── .suo │ │ ├── FileDrop │ │ │ ├── LunchEnvelope_output.xml │ │ │ └── Mat.xml │ │ ├── Lunch Bindings.xml │ │ ├── Lunch.sln │ │ └── Lunch │ │ │ ├── Lunch.btproj │ │ │ ├── Lunch.btproj.user │ │ │ ├── LunchEnvelope.xsd │ │ │ ├── LunchEnvelope.xsd.cs │ │ │ ├── Mat.xsd │ │ │ ├── Mat.xsd.cs │ │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ │ ├── Restaurang.xsd │ │ │ ├── Restaurang.xsd.cs │ │ │ ├── k.snk │ │ │ └── obj │ │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ └── Lunch.btprojResolveAssemblyReference.cache │ │ └── Start │ │ ├── Mat.xml │ │ ├── Readme.txt │ │ └── Restaurang.xsd ├── Work │ ├── Lab 1 │ │ └── Messaging │ │ │ ├── CustomerOrder.xml │ │ │ └── PassThruFile.txt │ ├── Lab 10 │ │ └── Messaging │ │ │ └── Warehouse │ │ │ ├── CustomerOrder1.xml │ │ │ └── CustomerOrderNOT_IN_STOCK.xml │ ├── Lab 11 │ │ ├── Activities │ │ │ └── Command Prompt.lnk │ │ └── FileDrop │ │ │ ├── More Samples │ │ │ ├── Order_1.xml │ │ │ ├── Order_10.xml │ │ │ ├── Order_2.xml │ │ │ ├── Order_3.xml │ │ │ ├── Order_4.xml │ │ │ ├── Order_5.xml │ │ │ ├── Order_6.xml │ │ │ ├── Order_7.xml │ │ │ ├── Order_8.xml │ │ │ ├── Order_9.xml │ │ │ └── Run.bat │ │ │ ├── Order_1000.xml │ │ │ ├── Order_50.xml │ │ │ └── Order_500.xml │ ├── Lab 12 │ │ └── FileDrop │ │ │ ├── Order_1000.xml │ │ │ ├── Order_50.xml │ │ │ └── Order_500.xml │ ├── Lab 13 │ │ └── Messages │ │ │ ├── CustomerOrder1.xml │ │ │ ├── CustomerOrder2.xml │ │ │ └── CustomerOrder3.xml │ ├── Lab 2 │ │ └── GeneratedCustomerOrder.xml │ ├── Lab 3 │ │ └── placeholder.txt │ ├── Lab 4 │ │ └── placeholder.txt │ ├── Lab 5 │ │ └── Messages │ │ │ ├── BadBatchFF.txt │ │ │ ├── BatchFF.txt │ │ │ └── OrderFF.txt │ ├── Lab 6 │ │ └── File Drop │ │ │ └── Messaging │ │ │ ├── CustomerOrder1.xml │ │ │ ├── CustomerOrder2.xml │ │ │ ├── CustomerOrder3.xml │ │ │ └── EncryptedCustomerOrder.xml │ ├── Lab 7 │ │ ├── Expense Reports.url │ │ ├── Failed Expense Reports.url │ │ ├── Messages │ │ │ ├── Over100.xml │ │ │ ├── Under100.xml │ │ │ └── WithError.xml │ │ └── Processed Expense Reports.url │ └── Lab 9 │ │ └── Messaging │ │ ├── CustomerOrder1.xml │ │ ├── WarehouseResponse.xml │ │ └── Warehouse_Delayed.xml └── readme.md ├── Manuals ├── BTSHOL01 Building your first BizTalk solution.docx ├── BTSHOL02 Working with Schemas.docx ├── BTSHOL03 Working with Maps.docx ├── BTSHOL04 UnitTest and Deployment.docx ├── BTSHOL05 Working with Pipelines.docx ├── BTSHOL06 Content based routing.docx ├── BTSHOL07 Integration with Azure Logic Apps.doc ├── BTSHOL08 Using the WCF Adapters in BizTalk Server 2016.docx ├── BTSHOL09 Creating BizTalk Server orchestrations.docx ├── BTSHOL10 Implementing Transactions.docx ├── BTSHOL11 Enabling Business Activity Monitoring.docx ├── BTSHOL12 Integrating Business Rules.docx ├── BTSHOL13 Deployment and Management.docx └── readme.md ├── Slides ├── Addskills Theme.thmx ├── Day 1 Key Learnings.pptx ├── Day 2 Key Learnings.pptx ├── Day 3 Key Learnings.pptx ├── Day 4 Key Learnings.pptx ├── Default.potx ├── Extra - BizTalk 360.pptx ├── Module 0 - Start.pptx ├── Module 1 - Introduction to BizTalk Server.pptx ├── Module 10 - Applied Orchestration Techniques.pptx ├── Module 11 - Business Activity Monitoring.pptx ├── Module 12 - Business Rules.pptx ├── Module 13 - Deploying and Managing Applications.pptx ├── Module 2 - Schemas.pptx ├── Module 3 - Maps.pptx ├── Module 4 - Testing and Deploying Projects.pptx ├── Module 5 - Pipelines.pptx ├── Module 6 - Routing.pptx ├── Module 7 - Adapters.pptx ├── Module 8 - Web Services and WCF.pptx ├── Module 9 - Introduction to Orchestrations.pptx ├── Old │ ├── Module 1 OLD - Introduction to BizTalk Server.pptx │ ├── Module 13 OLD - Deploying and Managing Applications.pptx │ ├── Module 14 OLD - BizTalk 360.pptx │ └── Module 7 OLD - Adapters.pptx └── Readme.md ├── readme.md └── setup.bat /Demos/Mod2/Completed/Customers.txt: -------------------------------------------------------------------------------- 1 | Andy,John,Jones,312-222-5678 2 | Nick,John,Jones,312-222-9876 3 | -------------------------------------------------------------------------------- /Demos/Mod2/Completed/Customers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Completed/Customers.xml -------------------------------------------------------------------------------- /Demos/Mod2/Completed/Mod2Demo1/.vs/Mod2Demo1/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Completed/Mod2Demo1/.vs/Mod2Demo1/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod2/Completed/Mod2Demo1/Mod2Demo1/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Completed/Mod2Demo1/Mod2Demo1/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod2/Completed/Mod2Demo2/.vs/Mod2Demo2/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Completed/Mod2Demo2/.vs/Mod2Demo2/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod2/Completed/Mod2Demo2/Mod2Demo2/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Completed/Mod2Demo2/Mod2Demo2/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod2/Start/Customers.txt: -------------------------------------------------------------------------------- 1 | Andy,John,Jones,312-222-5678 2 | Nick,John,Jones,312-222-9876 3 | -------------------------------------------------------------------------------- /Demos/Mod2/Start/Customers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Start/Customers.xml -------------------------------------------------------------------------------- /Demos/Mod2/Start/Mod2Demo1/.vs/Mod2Demo1/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Start/Mod2Demo1/.vs/Mod2Demo1/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod2/Start/Mod2Demo1/Mod2Demo1/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Start/Mod2Demo1/Mod2Demo1/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod2/Start/Mod2Demo2/.vs/Mod2Demo2/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Start/Mod2Demo2/.vs/Mod2Demo2/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod2/Start/Mod2Demo2/Mod2Demo2/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod2/Start/Mod2Demo2/Mod2Demo2/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/ComplexMap/.vs/ComplexMap/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/ComplexMap/.vs/ComplexMap/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod3/Start/ComplexMap/ComplexMap/E2B.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/ComplexMap/ComplexMap/E2B.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/ComplexMap/ComplexMap/E2B_to_Invoice.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/ComplexMap/ComplexMap/E2B_to_Invoice.btm -------------------------------------------------------------------------------- /Demos/Mod3/Start/ComplexMap/ComplexMap/Invoice.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/ComplexMap/ComplexMap/Invoice.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/ComplexMap/ComplexMap/Map1.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/ComplexMap/ComplexMap/Map1.btm -------------------------------------------------------------------------------- /Demos/Mod3/Start/ComplexMap/ComplexMap/Schema1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/ComplexMap/ComplexMap/Schema1.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/ComplexMap/ComplexMap/Schema2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/ComplexMap/ComplexMap/Schema2.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Customers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Customers.xml -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo1/.vs/Mod3Demo1/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo1/.vs/Mod3Demo1/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Address.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Address.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Contact.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Contact.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Customers2.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Customers2.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Customers_to_Contacts.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Customers_to_Contacts.btm -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Customers_to_Customers2.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo1/Mod3Demo1/Customers_to_Customers2.btm -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo2/.vs/Mod3Demo2/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo2/.vs/Mod3Demo2/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo2/Mod3Demo2/Address.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo2/Mod3Demo2/Address.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo2/Mod3Demo2/Contact.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo2/Mod3Demo2/Contact.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo2/Mod3Demo2/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo2/Mod3Demo2/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo2/Mod3Demo2/Customers_to_Contacts.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo2/Mod3Demo2/Customers_to_Contacts.btm -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo3/.vs/Mod3Demo3/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo3/.vs/Mod3Demo3/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo3/Mod3Demo3/Address.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo3/Mod3Demo3/Address.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo3/Mod3Demo3/Contact.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo3/Mod3Demo3/Contact.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo3/Mod3Demo3/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo3/Mod3Demo3/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod3/Start/Mod3Demo3/Mod3Demo3/Customers_to_Contacts.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod3/Start/Mod3Demo3/Mod3Demo3/Customers_to_Contacts.btm -------------------------------------------------------------------------------- /Demos/Mod4/Completed/Mod4Demo1/.vs/Mod4Demo1/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod4/Completed/Mod4Demo1/.vs/Mod4Demo1/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod4/Completed/Mod4Demo1/Mod4Demo1/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod4/Completed/Mod4Demo1/Mod4Demo1/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod4/Customers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod4/Customers.xml -------------------------------------------------------------------------------- /Demos/Mod4/Start/Mod4Demo1/.vs/Mod4Demo1/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod4/Start/Mod4Demo1/.vs/Mod4Demo1/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod4/Start/Mod4Demo1/Mod4Demo1/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod4/Start/Mod4Demo1/Mod4Demo1/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod5/Customers.txt: -------------------------------------------------------------------------------- 1 | Andy,John,Jones,312-222-5678 2 | Nick,John,Jones,312-222-9876 3 | -------------------------------------------------------------------------------- /Demos/Mod5/Start/Mod5Demo1/.vs/Mod5Demo1/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod5/Start/Mod5Demo1/.vs/Mod5Demo1/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod5/Start/Mod5Demo1/Mod5Demo1/Customers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod5/Start/Mod5Demo1/Mod5Demo1/Customers.xsd -------------------------------------------------------------------------------- /Demos/Mod5/Start/Mod5Demo1/Mod5Demo1/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod5/Start/Mod5Demo1/Mod5Demo1/Key.snk -------------------------------------------------------------------------------- /Demos/Mod5/Start/Mod5Demo2/.vs/Demo2/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod5/Start/Mod5Demo2/.vs/Demo2/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod5/Start/Mod5Demo2/Demo2.BizTalkArchive/Kurs.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod5/Start/Mod5Demo2/Demo2.BizTalkArchive/Kurs.snk -------------------------------------------------------------------------------- /Demos/Mod5/Start/Mod5Demo2/Demo2.ForwardOnlyStreaming/Kurs.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod5/Start/Mod5Demo2/Demo2.ForwardOnlyStreaming/Kurs.snk -------------------------------------------------------------------------------- /Demos/Mod6/Completed/.vs/Mod6/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Completed/.vs/Mod6/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod6/Completed/Mod6/Customer.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Completed/Mod6/Customer.xsd -------------------------------------------------------------------------------- /Demos/Mod6/Completed/Mod6/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Completed/Mod6/Key.snk -------------------------------------------------------------------------------- /Demos/Mod6/Completed/Mod6/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Completed/Mod6/PropertySchema.xsd -------------------------------------------------------------------------------- /Demos/Mod6/Completed/Mod6/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Completed/Mod6/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Demos/Mod6/Completed/Mod6/obj/Debug/Mod6.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Completed/Mod6/obj/Debug/Mod6.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Demos/Mod6/Customers_ERROR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Customers_ERROR.xml -------------------------------------------------------------------------------- /Demos/Mod6/Customers_GOLD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Customers_GOLD.xml -------------------------------------------------------------------------------- /Demos/Mod6/Customers_SILVER.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Customers_SILVER.xml -------------------------------------------------------------------------------- /Demos/Mod6/FileDrop/ERROR_{2C8E4427-88AC-4C27-A160-B01251620D38}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/FileDrop/ERROR_{2C8E4427-88AC-4C27-A160-B01251620D38}.xml -------------------------------------------------------------------------------- /Demos/Mod6/Start/.vs/Mod6/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Start/.vs/Mod6/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod6/Start/Mod6/Customer.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Start/Mod6/Customer.xsd -------------------------------------------------------------------------------- /Demos/Mod6/Start/Mod6/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Start/Mod6/Key.snk -------------------------------------------------------------------------------- /Demos/Mod6/Start/Mod6/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Start/Mod6/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Demos/Mod6/Start/Mod6/obj/Debug/Mod6.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod6/Start/Mod6/obj/Debug/Mod6.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Demos/Mod7/FILE/Customers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod7/FILE/Customers.xml -------------------------------------------------------------------------------- /Demos/Mod7/FTP/Customers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod7/FTP/Customers.xml -------------------------------------------------------------------------------- /Demos/Mod8/Start/Mod8/.vs/Mod8/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/Mod8/.vs/Mod8/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod8/Start/Mod8/Mod8/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/Mod8/Mod8/Key.snk -------------------------------------------------------------------------------- /Demos/Mod8/Start/Mod8/Mod8/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/Mod8/Mod8/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Demos/Mod8/Start/Mod8/Mod8/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/Mod8/Mod8/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Demos/Mod8/Start/Mod8/Mod8/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/Mod8/Mod8/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Demos/Mod8/Start/Mod8/Mod8/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/Mod8/Mod8/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Demos/Mod8/Start/Mod8/Mod8/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/Mod8/Mod8/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Demos/Mod8/Start/Mod8/Mod8/obj/Debug/Mod8.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/Mod8/Mod8/obj/Debug/Mod8.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/.vs/WCFConsoles/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/.vs/WCFConsoles/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ClientConsole/bin/Debug/ClientConsole.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ClientConsole/bin/Debug/ClientConsole.exe -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ClientConsole/bin/Debug/ClientConsole.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ClientConsole/bin/Debug/ClientConsole.pdb -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ClientConsole/bin/Debug/ClientConsole.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ClientConsole/bin/Debug/ClientConsole.vshost.exe -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ClientConsole/obj/Debug/ClientConsole.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ClientConsole/obj/Debug/ClientConsole.exe -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ClientConsole/obj/Debug/ClientConsole.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ClientConsole/obj/Debug/ClientConsole.pdb -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/CustomerLibrary/bin/Debug/CustomerLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/CustomerLibrary/bin/Debug/CustomerLibrary.dll -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/CustomerLibrary/bin/Debug/CustomerLibrary.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/CustomerLibrary/bin/Debug/CustomerLibrary.pdb -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/CustomerLibrary/obj/Debug/CustomerLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/CustomerLibrary/obj/Debug/CustomerLibrary.dll -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/CustomerLibrary/obj/Debug/CustomerLibrary.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/CustomerLibrary/obj/Debug/CustomerLibrary.pdb -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/CustomerLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/CustomerLibrary.dll -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/CustomerLibrary.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/CustomerLibrary.pdb -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/ServiceConsole.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/ServiceConsole.exe -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/ServiceConsole.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/ServiceConsole.pdb -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/ServiceConsole.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ServiceConsole/bin/Debug/ServiceConsole.vshost.exe -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ServiceConsole/obj/Debug/ServiceConsole.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ServiceConsole/obj/Debug/ServiceConsole.exe -------------------------------------------------------------------------------- /Demos/Mod8/Start/WCFConsoles/ServiceConsole/obj/Debug/ServiceConsole.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod8/Start/WCFConsoles/ServiceConsole/obj/Debug/ServiceConsole.pdb -------------------------------------------------------------------------------- /Demos/Mod9/Completed/.vs/Mod9/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/.vs/Mod9/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/Address.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/Address.xsd -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/Customer.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/Customer.xsd -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/Key.snk -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/PropertySchema.xsd -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/Transform_1.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/Transform_1.btm -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Demos/Mod9/Completed/Mod9/obj/Debug/Mod9.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Completed/Mod9/obj/Debug/Mod9.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Demos/Mod9/FileDrop/AddressResponse.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/FileDrop/AddressResponse.xml -------------------------------------------------------------------------------- /Demos/Mod9/FileDrop/AddressResponse_SWE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/FileDrop/AddressResponse_SWE.xml -------------------------------------------------------------------------------- /Demos/Mod9/FileDrop/AddressResponse_US.xml: -------------------------------------------------------------------------------- 1 | 2 | CustomerRefID_0 3 | MyUSStreet 4 | MyPostal 5 | USA 6 | -------------------------------------------------------------------------------- /Demos/Mod9/FileDrop/Customer_Sweden.xml: -------------------------------------------------------------------------------- 1 | 2 | John 3 | Michael 4 | Jones 5 | 555-1234 6 | -------------------------------------------------------------------------------- /Demos/Mod9/FileDrop/Customer_USA.xml: -------------------------------------------------------------------------------- 1 | 2 | Karl 3 | Kalle 4 | Karlsson 5 | 0753-11111 6 | -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/.vs/MockServiceHost/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/MockServiceApplication/.vs/MockServiceHost/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/Backup/IDC.MockServiceApplication/MockService.svc: -------------------------------------------------------------------------------- 1 | <%@ ServiceHost Language="C#" Debug="true" Service="IDC.MockServiceApplication.MockService" CodeBehind="MockService.svc.cs" %> -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/Client/XMLFile1.xml: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/Client/bin/Debug/Client.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/MockServiceApplication/Client/bin/Debug/Client.exe -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/Client/bin/Debug/Client.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/MockServiceApplication/Client/bin/Debug/Client.pdb -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/Client/bin/Debug/Client.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/MockServiceApplication/Client/bin/Debug/Client.vshost.exe -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/Client/obj/Debug/Client.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/MockServiceApplication/Client/obj/Debug/Client.exe -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/Client/obj/Debug/Client.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/MockServiceApplication/Client/obj/Debug/Client.pdb -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/IDC.MockServiceApplication/MockService.svc: -------------------------------------------------------------------------------- 1 | <%@ ServiceHost Language="C#" Debug="true" Service="IDC.MockServiceApplication.MockService" CodeBehind="MockService.svc.cs" %> -------------------------------------------------------------------------------- /Demos/Mod9/MockServiceApplication/UpgradeLog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/MockServiceApplication/UpgradeLog.htm -------------------------------------------------------------------------------- /Demos/Mod9/Start/.vs/Mod9/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Start/.vs/Mod9/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod9/Start/Mod9/Address.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Start/Mod9/Address.xsd -------------------------------------------------------------------------------- /Demos/Mod9/Start/Mod9/Customer.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Start/Mod9/Customer.xsd -------------------------------------------------------------------------------- /Demos/Mod9/Start/Mod9/Customer_and_Address_to_CustomerAddress.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Start/Mod9/Customer_and_Address_to_CustomerAddress.btm -------------------------------------------------------------------------------- /Demos/Mod9/Start/Mod9/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Start/Mod9/Key.snk -------------------------------------------------------------------------------- /Demos/Mod9/Start/Mod9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Start/Mod9/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Demos/Mod9/Start/Mod9/obj/Debug/Mod9.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod9/Start/Mod9/obj/Debug/Mod9.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/.vs/Mod11/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/.vs/Mod11/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/Key.snk -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/Order.xsd -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/PropertySchema.xsd -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Mod11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Mod11.dll -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Mod11.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/bin/Debug/Mod11.pdb -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/Mod11.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/Mod11.ClrTypes.dll -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/Mod11.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/Mod11.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/Mod11.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/Mod11.dll -------------------------------------------------------------------------------- /Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/Mod11.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Completed/Mod11/Mod11/obj/Debug/Mod11.pdb -------------------------------------------------------------------------------- /Demos/Mod_11/FileDrop/Order_500.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/FileDrop/Order_500.xml -------------------------------------------------------------------------------- /Demos/Mod_11/Order.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Order.xlsx -------------------------------------------------------------------------------- /Demos/Mod_11/Start/Mod11/.vs/Mod11/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Start/Mod11/.vs/Mod11/v14/.suo -------------------------------------------------------------------------------- /Demos/Mod_11/Start/Mod11/Mod11/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Start/Mod11/Mod11/Key.snk -------------------------------------------------------------------------------- /Demos/Mod_11/Start/Mod11/Mod11/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Start/Mod11/Mod11/Order.xsd -------------------------------------------------------------------------------- /Demos/Mod_11/Start/Mod11/Mod11/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Start/Mod11/Mod11/PropertySchema.xsd -------------------------------------------------------------------------------- /Demos/Mod_11/Start/Mod11/Mod11/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Start/Mod11/Mod11/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Demos/Mod_11/Start/Mod11/Mod11/obj/Debug/Mod11.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_11/Start/Mod11/Mod11/obj/Debug/Mod11.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Demos/Mod_14/Demo3/AMessage.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_14/Demo3/AMessage.xsd -------------------------------------------------------------------------------- /Demos/Mod_14/Demo3/LookupProviderConfigurations.xml: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /Demos/Mod_14/Demo3/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/Mod_14/Demo3/readme.txt -------------------------------------------------------------------------------- /Demos/WorkFlowDemo/WorkFlowDemo1.Service/WorkFlowDemo1.Service.Publish.xml: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /Demos/WorkFlowDemo/WorkFlowDemo2.Client/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Demos/WsDemo/WebSite/CustomerWcfService.svc: -------------------------------------------------------------------------------- 1 | <%@ ServiceHost Language="C#" Debug="true" Service="CustomerWcfService" CodeBehind="~/App_Code/CustomerWcfService.cs" %> 2 | -------------------------------------------------------------------------------- /Demos/WsDemo/WebSite/CustomerWebService.asmx: -------------------------------------------------------------------------------- 1 | <%@ WebService Language="C#" CodeBehind="~/App_Code/CustomerWebService.cs" Class="CustomerWebService" %> 2 | -------------------------------------------------------------------------------- /Demos/WsDemo/WsDemo.msi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/WsDemo/WsDemo.msi -------------------------------------------------------------------------------- /Demos/WsDemo/WsDemoSolution/.vs/WsDemoSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/WsDemo/WsDemoSolution/.vs/WsDemoSolution/v14/.suo -------------------------------------------------------------------------------- /Demos/WsDemo/WsDemoSolution/CustomerAPI/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/WsDemo/WsDemoSolution/CustomerAPI/key.snk -------------------------------------------------------------------------------- /Demos/WsDemo/WsDemoSolution/CustomerBizTalkService/CreateResponseTransformation.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/WsDemo/WsDemoSolution/CustomerBizTalkService/CreateResponseTransformation.btm -------------------------------------------------------------------------------- /Demos/WsDemo/WsDemoSolution/CustomerBizTalkService/GetCustomerNumerRequest.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/WsDemo/WsDemoSolution/CustomerBizTalkService/GetCustomerNumerRequest.xsd -------------------------------------------------------------------------------- /Demos/WsDemo/WsDemoSolution/CustomerBizTalkService/GetCustomerNumerResponse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/WsDemo/WsDemoSolution/CustomerBizTalkService/GetCustomerNumerResponse.xsd -------------------------------------------------------------------------------- /Demos/WsDemo/WsDemoSolution/CustomerBizTalkService/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Demos/WsDemo/WsDemoSolution/CustomerBizTalkService/key.snk -------------------------------------------------------------------------------- /Extra modules/EDI/A372 14B BizTalk Server and B2B.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/EDI/A372 14B BizTalk Server and B2B.pptx -------------------------------------------------------------------------------- /Extra modules/EDI/BTSHOL14B BizTalk Server and B2B v2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/EDI/BTSHOL14B BizTalk Server and B2B v2.docx -------------------------------------------------------------------------------- /Extra modules/EDI/Lab 14B work.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/EDI/Lab 14B work.zip -------------------------------------------------------------------------------- /Extra modules/EDI/Lab14B.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/EDI/Lab14B.zip -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Complete/Course Eval Application.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Complete/Course Eval Application.docx -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Complete/Eval.Orchestrations/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Complete/Eval.Orchestrations/Key.snk -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Complete/Eval.Orchestrations/Transform_1.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Complete/Eval.Orchestrations/Transform_1.btm -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Complete/Eval.Orchestrations/Transform_2.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Complete/Eval.Orchestrations/Transform_2.btm -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Complete/Eval.Schemas/Evaluation.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Complete/Eval.Schemas/Evaluation.xsd -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Complete/Eval.Schemas/EvaluationRespnse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Complete/Eval.Schemas/EvaluationRespnse.xsd -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Complete/Eval.Schemas/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Complete/Eval.Schemas/Key.snk -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Complete/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Complete/README.txt -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Start/Course Eval Application.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Start/Course Eval Application.docx -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Start/Eval.Orchestrations/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Start/Eval.Orchestrations/Key.snk -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Start/Eval.Schemas/Evaluation.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Start/Eval.Schemas/Evaluation.xsd -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Start/Eval.Schemas/EvaluationRespnse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Start/Eval.Schemas/EvaluationRespnse.xsd -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Eval/Start/Eval.Schemas/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Eval/Start/Eval.Schemas/Key.snk -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Complete/FileDrop/LunchEnvelope_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Complete/FileDrop/LunchEnvelope_output.xml -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Complete/FileDrop/Mat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Complete/FileDrop/Mat.xml -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Complete/Lunch/LunchEnvelope.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Complete/Lunch/LunchEnvelope.xsd -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Complete/Lunch/Mat.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Complete/Lunch/Mat.xsd -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Complete/Lunch/Restaurang.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Complete/Lunch/Restaurang.xsd -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Complete/Lunch/k.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Complete/Lunch/k.snk -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Start/Mat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Start/Mat.xml -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Start/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Start/Readme.txt -------------------------------------------------------------------------------- /Extra modules/HOL Extra - Lunch/Start/Restaurang.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL Extra - Lunch/Start/Restaurang.xsd -------------------------------------------------------------------------------- /Extra modules/HOL WABS prepare/Förbered image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL WABS prepare/Förbered image.txt -------------------------------------------------------------------------------- /Extra modules/HOL WABS prepare/Förbered image2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL WABS prepare/Förbered image2.txt -------------------------------------------------------------------------------- /Extra modules/HOL WABS prepare/a372wabs.biztalk.windows.net.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL WABS prepare/a372wabs.biztalk.windows.net.cer -------------------------------------------------------------------------------- /Extra modules/HOL WABS prepare/a372wabs.biztalk.windows.net.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/HOL WABS prepare/a372wabs.biztalk.windows.net.pfx -------------------------------------------------------------------------------- /Extra modules/Installing and configuring/A372 Extra 1 Installing and Configuring.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Extra modules/Installing and configuring/A372 Extra 1 Installing and Configuring.pptx -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/.vs/ContosoMessaging/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/.vs/ContosoMessaging/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/FlatFileSendPipeline.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/FlatFileSendPipeline.btp -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/MapOrderToCustomer.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/MapOrderToCustomer.btm -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/Order.xsd -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/key.snk -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/obj/Debug/ContosoMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/obj/Debug/ContosoMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/obj/Debug/ContosoMessaging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Completed/ContosoMessaging/ContosoMessaging/obj/Debug/ContosoMessaging.pdb -------------------------------------------------------------------------------- /Labs/Lab 1/Start/ContosoMessaging/.vs/ContosoMessaging/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Start/ContosoMessaging/.vs/ContosoMessaging/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 1/Start/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Start/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 1/Start/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 1/Start/key.snk -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/Order_to_Distribution.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/Order_to_Distribution.btm -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/Order_to_StaffRequest.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/Order_to_StaffRequest.btm -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/Order_to_StockRequest.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/Order_to_StockRequest.btm -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/Order_to_WarehouseResponse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/Order_to_WarehouseResponse.btm -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/bin/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/bin/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWBusinessProcesses/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWBusinessProcesses/key.snk -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/DistResp.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/DistResp.xsd -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/bin/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/bin/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/bin/Debug/NWMessaging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/bin/Debug/NWMessaging.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/key.snk -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/obj/Debug/NWMessaging.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/obj/Debug/NWMessaging.ClrTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/obj/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/obj/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Completed/NWMessaging/obj/Debug/NWMessaging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Completed/NWMessaging/obj/Debug/NWMessaging.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/Start/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/Order_to_Distribution.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/Order_to_Distribution.btm -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/Order_to_StaffRequest.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/Order_to_StaffRequest.btm -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/Order_to_StockRequest.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/Order_to_StockRequest.btm -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/Order_to_WarehouseResponse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/Order_to_WarehouseResponse.btm -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/bin/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/bin/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWBusinessProcesses/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWBusinessProcesses/key.snk -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/DistResp.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/DistResp.xsd -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/bin/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/bin/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/bin/Debug/NWMessaging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/bin/Debug/NWMessaging.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/key.snk -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/obj/Debug/NWMessaging.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/obj/Debug/NWMessaging.ClrTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/obj/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/obj/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 10/Start/NWMessaging/obj/Debug/NWMessaging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/Start/NWMessaging/obj/Debug/NWMessaging.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/.vs/WCFServices/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/.vs/WCFServices/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/DistributorService/bin/Debug/DistributorService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/DistributorService/bin/Debug/DistributorService.exe -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/DistributorService/bin/Debug/DistributorService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/DistributorService/bin/Debug/DistributorService.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/DistributorService/obj/Debug/DistributorService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/DistributorService/obj/Debug/DistributorService.exe -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/DistributorService/obj/Debug/DistributorService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/DistributorService/obj/Debug/DistributorService.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StaffService/bin/Debug/StaffService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StaffService/bin/Debug/StaffService.exe -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StaffService/bin/Debug/StaffService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StaffService/bin/Debug/StaffService.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StaffService/obj/Debug/StaffService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StaffService/obj/Debug/StaffService.exe -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StaffService/obj/Debug/StaffService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StaffService/obj/Debug/StaffService.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StockService/bin/Debug/StockService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StockService/bin/Debug/StockService.exe -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StockService/bin/Debug/StockService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StockService/bin/Debug/StockService.pdb -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StockService/bin/Debug/StockService.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StockService/bin/Debug/StockService.vshost.exe -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StockService/obj/Debug/StockService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StockService/obj/Debug/StockService.exe -------------------------------------------------------------------------------- /Labs/Lab 10/WarehouseWCFServices/StockService/obj/Debug/StockService.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 10/WarehouseWCFServices/StockService/obj/Debug/StockService.pdb -------------------------------------------------------------------------------- /Labs/Lab 11/Start/.vs/Lab11/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/.vs/Lab11/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/Lab11/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/Order.txt: -------------------------------------------------------------------------------- 1 | 1,Zystems,2010-11-25,2010-11-25,---,1400,true,... -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/Lab11/Order.xsd -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/OrderFF.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/Lab11/OrderFF.xsd -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/OrderFF_Receive.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/Lab11/OrderFF_Receive.btp -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/OrderFF_to_Order.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/Lab11/OrderFF_to_Order.btm -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/Lab11/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/Lab11/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Labs/Lab 11/Start/Lab11/obj/Debug/Lab11.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 11/Start/Lab11/obj/Debug/Lab11.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/.vs/Lab12/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/.vs/Lab12/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12.BRE.SalesDetails.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12.BRE.SalesDetails.sql -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/Order.txt: -------------------------------------------------------------------------------- 1 | 1,Zystems,2010-11-25,2010-11-25,---,1400,true,... -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/Order.xsd -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/OrderFF.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/OrderFF.xsd -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/OrderFF_Receive.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/OrderFF_Receive.btp -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/OrderFF_to_Order.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/OrderFF_to_Order.btm -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/bin/Debug/Microsoft.RuleEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/bin/Debug/Microsoft.RuleEngine.dll -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Labs/Lab 12/Completed/Lab12/obj/Debug/Lab12.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Completed/Lab12/obj/Debug/Lab12.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Labs/Lab 12/Start/.vs/Lab12/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/.vs/Lab12/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/Lab12/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/Order.txt: -------------------------------------------------------------------------------- 1 | 1,Zystems,2010-11-25,2010-11-25,---,1400,true,... -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/Order.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/Lab12/Order.xsd -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/OrderFF.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/Lab12/OrderFF.xsd -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/OrderFF_Receive.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/Lab12/OrderFF_Receive.btp -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/OrderFF_to_Order.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/Lab12/OrderFF_to_Order.btm -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/Lab12/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/Lab12/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Labs/Lab 12/Start/Lab12/obj/Debug/Lab12.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 12/Start/Lab12/obj/Debug/Lab12.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Labs/Lab 13/Completed/.vs/Management/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Completed/.vs/Management/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 13/Completed/Management/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Completed/Management/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 13/Completed/Management/CustomerOrder_To_ProcessOrder.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Completed/Management/CustomerOrder_To_ProcessOrder.btm -------------------------------------------------------------------------------- /Labs/Lab 13/Completed/Management/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Completed/Management/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 13/Completed/Management/ProcessOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Completed/Management/ProcessOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 13/Completed/Management/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Completed/Management/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 13/Start/.vs/Management/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Start/.vs/Management/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 13/Start/Management/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Start/Management/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 13/Start/Management/CustomerOrder_To_ProcessOrder.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Start/Management/CustomerOrder_To_ProcessOrder.btm -------------------------------------------------------------------------------- /Labs/Lab 13/Start/Management/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Start/Management/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 13/Start/Management/ProcessOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Start/Management/ProcessOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 13/Start/Management/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Start/Management/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 13/Start/Management/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Start/Management/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Labs/Lab 13/Start/Management/obj/Debug/Management.btprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 13/Start/Management/obj/Debug/Management.btprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Labs/Lab 14/Complete/LookupProviderConfigurations.xml: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /Labs/Lab 14/MessageSender/GetEmployeesRequest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 14/MessageSender/GetEmployeesRequest.xml -------------------------------------------------------------------------------- /Labs/Lab 14/MessageSender/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Labs/Lab 14/MessageSender/demomsg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 14/MessageSender/demomsg.xml -------------------------------------------------------------------------------- /Labs/Lab 14/Start/LookupProviderConfigurations.xml: -------------------------------------------------------------------------------- 1 |  2 | -------------------------------------------------------------------------------- /Labs/Lab 2/Completed/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 2/Completed/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 2/Completed/NWBusinessSolution/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 2/Start/CustomerOrder.txt: -------------------------------------------------------------------------------- 1 | Andy,John,Jones,312-222-5678 2 | Nick,John,Jones,312-222-9876 3 | -------------------------------------------------------------------------------- /Labs/Lab 2/Start/CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 2/Start/CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 2/Start/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 2/Start/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/CustomerOrder.txt: -------------------------------------------------------------------------------- 1 | Andy,John,Jones,312-222-5678 2 | Nick,John,Jones,312-222-9876 3 | -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/GeneratedCustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/GeneratedCustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/bin/Debug/FKMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/NWBusinessSolution/NWMessaging/bin/Debug/FKMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/ProductionProblem_CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/ProductionProblem_CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 3/Completed/ScriptingFunctoid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Completed/ScriptingFunctoid.txt -------------------------------------------------------------------------------- /Labs/Lab 3/Start/CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 3/Start/FKMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/FKMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 3/Start/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/NWBusinessSolution/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 3/Start/ProductionProblem_CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/ProductionProblem_CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 3/Start/ScriptingFunctoid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 3/Start/ScriptingFunctoid.txt -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/FKMessaging/FKKey.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/FKMessaging/FKKey.snk -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/FKMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/FKMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/FKMessaging/SupplierPO.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/FKMessaging/SupplierPO.xsd -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/FKMessaging/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/FKMessaging/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/NWMessaging/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/NWMessaging/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm -------------------------------------------------------------------------------- /Labs/Lab 4/Completed/NWBusinessSolution/NWMessaging/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Completed/NWBusinessSolution/NWMessaging/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 4/Start/CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Start/CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 4/Start/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Start/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 4/Start/NWBusinessSolution/FKMessaging/FKKey.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Start/NWBusinessSolution/FKMessaging/FKKey.snk -------------------------------------------------------------------------------- /Labs/Lab 4/Start/NWBusinessSolution/FKMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Start/NWBusinessSolution/FKMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 4/Start/NWBusinessSolution/FKMessaging/SupplierPO.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Start/NWBusinessSolution/FKMessaging/SupplierPO.xsd -------------------------------------------------------------------------------- /Labs/Lab 4/Start/NWBusinessSolution/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Start/NWBusinessSolution/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 4/Start/NWBusinessSolution/NWMessaging/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Start/NWBusinessSolution/NWMessaging/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 4/Start/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 4/Start/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm -------------------------------------------------------------------------------- /Labs/Lab 5/Completed/.vs/PipelineProcessing/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Completed/.vs/PipelineProcessing/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 5/Completed/RecoverableInterchange/FFOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Completed/RecoverableInterchange/FFOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 5/Completed/RecoverableInterchange/Header.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Completed/RecoverableInterchange/Header.xsd -------------------------------------------------------------------------------- /Labs/Lab 5/Completed/RecoverableInterchange/ReceiveCustOrders.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Completed/RecoverableInterchange/ReceiveCustOrders.btp -------------------------------------------------------------------------------- /Labs/Lab 5/Completed/RecoverableInterchange/RecoverableInterchange_key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Completed/RecoverableInterchange/RecoverableInterchange_key.snk -------------------------------------------------------------------------------- /Labs/Lab 5/Completed/RecoverableInterchange/Splitter.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Completed/RecoverableInterchange/Splitter.btp -------------------------------------------------------------------------------- /Labs/Lab 5/Start/.vs/PipelineProcessing/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Start/.vs/PipelineProcessing/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 5/Start/RecoverableInterchange/Header.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Start/RecoverableInterchange/Header.xsd -------------------------------------------------------------------------------- /Labs/Lab 5/Start/RecoverableInterchange/RecoverableInterchange_key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 5/Start/RecoverableInterchange/RecoverableInterchange_key.snk -------------------------------------------------------------------------------- /Labs/Lab 5/Start/Sample Messages/OrderFF.txt: -------------------------------------------------------------------------------- 1 | PO 56745,John Callaway,2005-10-05 2 | 1 Microsoft Way Redmond WA98052 3 | Overnight delivery requested 4 | BOOKS,BOOK0-672-32598-5|Microsoft BizTalk Server Unleashed|1|49.99,BOOK0-672-32616-7|Microsoft SharePoint 2003 Unleashed|1|39.99 5 | -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/FKMessaging/FKKey.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/FKMessaging/FKKey.snk -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/FKMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/FKMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/FKMessaging/SupplierPO.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/FKMessaging/SupplierPO.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/ReceiveEncryptedPurchaseOrder.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/ReceiveEncryptedPurchaseOrder.btp -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/SendEncryptedPurchaseOrder.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/SendEncryptedPurchaseOrder.btp -------------------------------------------------------------------------------- /Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Completed/NWBusinessSolution/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Start/CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/FKMessaging/FKKey.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/FKMessaging/FKKey.snk -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/FKMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/FKMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/FKMessaging/SupplierPO.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/FKMessaging/SupplierPO.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/FKMessaging/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/FKMessaging/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/NWCustomerOrder_To_FKSupplierPO.btm -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 6/Start/NWBusinessSolution/NWMessaging/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/.vs/SharepointLab/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/.vs/SharepointLab/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/ErrorHandling_key.2snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/ErrorHandling_key.2snk -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/ErrorHandling_key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/ErrorHandling_key.snk -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/ExpenseReport.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/ExpenseReport.xsd -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/ExpenseReport_to_ProcessedExpenses.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/ExpenseReport_to_ProcessedExpenses.btm -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/FailedMessagePISend.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/FailedMessagePISend.btp -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/PIXMLSendPipeline.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/PIXMLSendPipeline.btp -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/ProcessedExpenses.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/ProcessedExpenses.xsd -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/ErrorHandling/XMLValidateReceivePipe.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/ErrorHandling/XMLValidateReceivePipe.btp -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/Setup/InfoPath Forms/ExpenseReport.xsn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/Setup/InfoPath Forms/ExpenseReport.xsn -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/Setup/InfoPath Forms/FailedExpenseReport.xsn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/Setup/InfoPath Forms/FailedExpenseReport.xsn -------------------------------------------------------------------------------- /Labs/Lab 7/Completed/Setup/InfoPath Forms/ProcessedExpenseReport.xsn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Completed/Setup/InfoPath Forms/ProcessedExpenseReport.xsn -------------------------------------------------------------------------------- /Labs/Lab 7/Start/.vs/SharepointLab/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/.vs/SharepointLab/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/ErrorHandling_key.2snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/ErrorHandling_key.2snk -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/ErrorHandling_key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/ErrorHandling_key.snk -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/ExpenseReport.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/ExpenseReport.xsd -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/ExpenseReport_to_ProcessedExpenses.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/ExpenseReport_to_ProcessedExpenses.btm -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/FailedMessagePISend.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/FailedMessagePISend.btp -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/PIXMLSendPipeline.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/PIXMLSendPipeline.btp -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/ProcessedExpenses.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/ProcessedExpenses.xsd -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/XMLValidateReceivePipe.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/XMLValidateReceivePipe.btp -------------------------------------------------------------------------------- /Labs/Lab 7/Start/ErrorHandling/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/ErrorHandling/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Labs/Lab 7/Start/Setup/InfoPath Forms/ExpenseReport.xsn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/Setup/InfoPath Forms/ExpenseReport.xsn -------------------------------------------------------------------------------- /Labs/Lab 7/Start/Setup/InfoPath Forms/FailedExpenseReport.xsn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/Setup/InfoPath Forms/FailedExpenseReport.xsn -------------------------------------------------------------------------------- /Labs/Lab 7/Start/Setup/InfoPath Forms/ProcessedExpenseReport.xsn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7/Start/Setup/InfoPath Forms/ProcessedExpenseReport.xsn -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete.zip -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/.vs/Lab7b/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/.vs/Lab7b/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/ReceiveTweetPipeline.btp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/ReceiveTweetPipeline.btp -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/Tweet.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/Tweet.xsd -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/Tweet_to_Insert.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/Tweet_to_Insert.btm -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Lab7b.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Lab7b.dll -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Lab7b.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Lab7b.pdb -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/obj/Debug/Lab7b.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/obj/Debug/Lab7b.ClrTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/obj/Debug/Lab7b.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/obj/Debug/Lab7b.dll -------------------------------------------------------------------------------- /Labs/Lab 7b/Complete/Lab7b/Lab7b/obj/Debug/Lab7b.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 7b/Complete/Lab7b/Lab7b/obj/Debug/Lab7b.pdb -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/.vs/Lab8/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/.vs/Lab8/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/FlightResponse_to_TravelResponse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/FlightResponse_to_TravelResponse.btm -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/Transform_2.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/Transform_2.btm -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/TravelRequest.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/TravelRequest.xsd -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/TravelRequest_to_FlightRequest.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/TravelRequest_to_FlightRequest.btm -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/TravelRequest_to_HotelBookingRequest.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/TravelRequest_to_HotelBookingRequest.btm -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/TravelResponse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/TravelResponse.xsd -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 8/Completed/TravelService/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Completed/TravelService/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 8/Services/FlightBookingService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Services/FlightBookingService.exe -------------------------------------------------------------------------------- /Labs/Lab 8/Services/HotelBookingService.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Services/HotelBookingService.exe -------------------------------------------------------------------------------- /Labs/Lab 8/Start/.vs/Lab8/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Start/.vs/Lab8/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 8/Start/TravelService/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Start/TravelService/Key.snk -------------------------------------------------------------------------------- /Labs/Lab 8/Start/TravelService/TravelRequest.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Start/TravelService/TravelRequest.xsd -------------------------------------------------------------------------------- /Labs/Lab 8/Start/TravelService/TravelResponse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Start/TravelService/TravelResponse.xsd -------------------------------------------------------------------------------- /Labs/Lab 8/Start/TravelService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 8/Start/TravelService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/NWBusinessProcesses.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/NWBusinessProcesses.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/NWBusinessProcesses.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/NWBusinessProcesses.pdb -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/bin/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/key.snk -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/obj/Debug/NWBusinessProcesses.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/obj/Debug/NWBusinessProcesses.ClrTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/obj/Debug/NWBusinessProcesses.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/obj/Debug/NWBusinessProcesses.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWBusinessProcesses/obj/Debug/NWBusinessProcesses.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWBusinessProcesses/obj/Debug/NWBusinessProcesses.pdb -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/AccountingInvoice.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/AccountingInvoice.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/DistResp.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/DistResp.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/MapCustomerOrderToAccountingInvoice.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/MapCustomerOrderToAccountingInvoice.btm -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/MapOrderToShipRequest.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/MapOrderToShipRequest.btm -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/MapWarehouseResponseToOrderResponse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/MapWarehouseResponseToOrderResponse.btm -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/OrderResponse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/OrderResponse.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/WarehouseShipRequest.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/WarehouseShipRequest.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/bin/Debug/Microsoft.BizTalk.Pipeline.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/bin/Debug/Microsoft.BizTalk.Pipeline.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/bin/Debug/Microsoft.BizTalk.TestTools.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/bin/Debug/Microsoft.BizTalk.TestTools.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/bin/Debug/Microsoft.XLANGs.BaseTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/bin/Debug/Microsoft.XLANGs.BaseTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/bin/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/bin/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/bin/Debug/NWMessaging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/bin/Debug/NWMessaging.pdb -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/key.snk -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/obj/Debug/BizTalk/BuildDone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/obj/Debug/BizTalk/BuildDone -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/obj/Debug/NWMessaging.ClrTypes.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/obj/Debug/NWMessaging.ClrTypes.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/obj/Debug/NWMessaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/obj/Debug/NWMessaging.dll -------------------------------------------------------------------------------- /Labs/Lab 9/Completed/NWMessaging/obj/Debug/NWMessaging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Completed/NWMessaging/obj/Debug/NWMessaging.pdb -------------------------------------------------------------------------------- /Labs/Lab 9/ExchangeRateServiceApplication/.vs/ExchangeRateServiceApplication/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/ExchangeRateServiceApplication/.vs/ExchangeRateServiceApplication/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 9/ExchangeRateServiceApplication/ExchangeRateServiceApplication/README.txt: -------------------------------------------------------------------------------- 1 | The address of this service will be http://localhost:8990/ExchangeRateServiceApplication/ExchangeRateService/ -------------------------------------------------------------------------------- /Labs/Lab 9/ExchangeRateServiceApplication/ExchangeRateServiceApplication/obj/x86/Debug/ExchangeRateServiceApplication.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Labs\Lab 9\ExchangeRateServiceApplication\ExchangeRateServiceApplication\bin\Debug\ExchangeRateServiceApplication.exe.config 2 | -------------------------------------------------------------------------------- /Labs/Lab 9/Start/.vs/NWBusinessSolution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/.vs/NWBusinessSolution/v14/.suo -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWBusinessProcesses/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWBusinessProcesses/key.snk -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/AccountingInvoice.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/AccountingInvoice.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/CustomerOrder.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/CustomerOrder.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/CustomerOrderFlatFile.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/CustomerOrderFlatFile.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/DistResp.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/DistResp.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/MapCustomerOrderToAccountingInvoice.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/MapCustomerOrderToAccountingInvoice.btm -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/MapOrderToShipRequest.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/MapOrderToShipRequest.btm -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/MapWarehouseResponseToOrderResponse.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/MapWarehouseResponseToOrderResponse.btm -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/OrderResponse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/OrderResponse.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/PropertySchema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/PropertySchema.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/ShippingAddress.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/ShippingAddress.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/WarehouseShipRequest.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/WarehouseShipRequest.xsd -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/key.snk -------------------------------------------------------------------------------- /Labs/Lab 9/Start/NWMessaging/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Lab 9/Start/NWMessaging/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/.vs/Eval Solution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/.vs/Eval Solution/v14/.suo -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/Course Eval Application.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/Course Eval Application.docx -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Orchestrations/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Orchestrations/Key.snk -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Orchestrations/Transform_1.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Orchestrations/Transform_1.btm -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Orchestrations/Transform_2.btm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Orchestrations/Transform_2.btm -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Schemas/Evaluation.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Schemas/Evaluation.xsd -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Schemas/EvaluationRespnse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Schemas/EvaluationRespnse.xsd -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Schemas/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/Eval.Schemas/Key.snk -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Complete/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Complete/README.txt -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Start/.vs/Eval Solution/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Start/.vs/Eval Solution/v14/.suo -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Start/Course Eval Application.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Start/Course Eval Application.docx -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Start/Eval.Orchestrations/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Start/Eval.Orchestrations/Key.snk -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Start/Eval.Schemas/Evaluation.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Start/Eval.Schemas/Evaluation.xsd -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Start/Eval.Schemas/EvaluationRespnse.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Start/Eval.Schemas/EvaluationRespnse.xsd -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Eval/Start/Eval.Schemas/Key.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Eval/Start/Eval.Schemas/Key.snk -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Complete/.vs/Lunch/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Complete/.vs/Lunch/v14/.suo -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Complete/FileDrop/LunchEnvelope_output.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Complete/FileDrop/LunchEnvelope_output.xml -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Complete/FileDrop/Mat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Complete/FileDrop/Mat.xml -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Complete/Lunch/LunchEnvelope.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Complete/Lunch/LunchEnvelope.xsd -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Complete/Lunch/Mat.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Complete/Lunch/Mat.xsd -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Complete/Lunch/Restaurang.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Complete/Lunch/Restaurang.xsd -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Complete/Lunch/k.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Complete/Lunch/k.snk -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Start/Mat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Start/Mat.xml -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Start/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Start/Readme.txt -------------------------------------------------------------------------------- /Labs/LabExtra/HOL Extra - Lunch/Start/Restaurang.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/LabExtra/HOL Extra - Lunch/Start/Restaurang.xsd -------------------------------------------------------------------------------- /Labs/Work/Lab 1/Messaging/CustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 1/Messaging/CustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 1/Messaging/PassThruFile.txt: -------------------------------------------------------------------------------- 1 | test test test -------------------------------------------------------------------------------- /Labs/Work/Lab 10/Messaging/Warehouse/CustomerOrder1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 10/Messaging/Warehouse/CustomerOrder1.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 10/Messaging/Warehouse/CustomerOrderNOT_IN_STOCK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 10/Messaging/Warehouse/CustomerOrderNOT_IN_STOCK.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 11/Activities/Command Prompt.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 11/Activities/Command Prompt.lnk -------------------------------------------------------------------------------- /Labs/Work/Lab 13/Messages/CustomerOrder1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 13/Messages/CustomerOrder1.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 13/Messages/CustomerOrder2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 13/Messages/CustomerOrder2.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 13/Messages/CustomerOrder3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 13/Messages/CustomerOrder3.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 2/GeneratedCustomerOrder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 2/GeneratedCustomerOrder.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 3/placeholder.txt: -------------------------------------------------------------------------------- 1 | This file is a placeholder to maintain directory structure in compressed archives. -------------------------------------------------------------------------------- /Labs/Work/Lab 4/placeholder.txt: -------------------------------------------------------------------------------- 1 | This file is a placeholder to maintain directory structure in compressed archives. -------------------------------------------------------------------------------- /Labs/Work/Lab 5/Messages/OrderFF.txt: -------------------------------------------------------------------------------- 1 | PO 56745,John Callaway,2005-10-05 2 | 1 Microsoft Way Redmond WA98052 3 | Overnight delivery requested 4 | BOOKS,BOOK0-672-32598-5|Microsoft BizTalk Server Unleashed|1|49.99,BOOK0-672-32616-7|Microsoft SharePoint 2003 Unleashed|1|39.99 5 | -------------------------------------------------------------------------------- /Labs/Work/Lab 6/File Drop/Messaging/CustomerOrder1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 6/File Drop/Messaging/CustomerOrder1.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 6/File Drop/Messaging/CustomerOrder2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 6/File Drop/Messaging/CustomerOrder2.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 6/File Drop/Messaging/CustomerOrder3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 6/File Drop/Messaging/CustomerOrder3.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 7/Expense Reports.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 7/Expense Reports.url -------------------------------------------------------------------------------- /Labs/Work/Lab 7/Failed Expense Reports.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 7/Failed Expense Reports.url -------------------------------------------------------------------------------- /Labs/Work/Lab 7/Processed Expense Reports.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://localhost:13016/Processed%20Expense%20Reports/Forms/AllItems.aspx 3 | IDList= 4 | HotKey=0 5 | [{000214A0-0000-0000-C000-000000000046}] 6 | Prop3=19,2 7 | -------------------------------------------------------------------------------- /Labs/Work/Lab 9/Messaging/CustomerOrder1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Labs/Work/Lab 9/Messaging/CustomerOrder1.xml -------------------------------------------------------------------------------- /Labs/Work/Lab 9/Messaging/WarehouseResponse.xml: -------------------------------------------------------------------------------- 1 | 2 | 52346 3 | Shipped 4 | 2009-06-17 5 | -------------------------------------------------------------------------------- /Labs/Work/Lab 9/Messaging/Warehouse_Delayed.xml: -------------------------------------------------------------------------------- 1 | 2 | 52346 3 | Delayed 4 | 2009-06-17 5 | -------------------------------------------------------------------------------- /Manuals/BTSHOL01 Building your first BizTalk solution.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL01 Building your first BizTalk solution.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL02 Working with Schemas.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL02 Working with Schemas.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL03 Working with Maps.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL03 Working with Maps.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL04 UnitTest and Deployment.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL04 UnitTest and Deployment.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL05 Working with Pipelines.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL05 Working with Pipelines.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL06 Content based routing.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL06 Content based routing.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL07 Integration with Azure Logic Apps.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL07 Integration with Azure Logic Apps.doc -------------------------------------------------------------------------------- /Manuals/BTSHOL08 Using the WCF Adapters in BizTalk Server 2016.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL08 Using the WCF Adapters in BizTalk Server 2016.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL09 Creating BizTalk Server orchestrations.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL09 Creating BizTalk Server orchestrations.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL10 Implementing Transactions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL10 Implementing Transactions.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL11 Enabling Business Activity Monitoring.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL11 Enabling Business Activity Monitoring.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL12 Integrating Business Rules.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL12 Integrating Business Rules.docx -------------------------------------------------------------------------------- /Manuals/BTSHOL13 Deployment and Management.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Manuals/BTSHOL13 Deployment and Management.docx -------------------------------------------------------------------------------- /Slides/Addskills Theme.thmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Addskills Theme.thmx -------------------------------------------------------------------------------- /Slides/Day 1 Key Learnings.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Day 1 Key Learnings.pptx -------------------------------------------------------------------------------- /Slides/Day 2 Key Learnings.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Day 2 Key Learnings.pptx -------------------------------------------------------------------------------- /Slides/Day 3 Key Learnings.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Day 3 Key Learnings.pptx -------------------------------------------------------------------------------- /Slides/Day 4 Key Learnings.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Day 4 Key Learnings.pptx -------------------------------------------------------------------------------- /Slides/Default.potx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Default.potx -------------------------------------------------------------------------------- /Slides/Extra - BizTalk 360.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Extra - BizTalk 360.pptx -------------------------------------------------------------------------------- /Slides/Module 0 - Start.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 0 - Start.pptx -------------------------------------------------------------------------------- /Slides/Module 1 - Introduction to BizTalk Server.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 1 - Introduction to BizTalk Server.pptx -------------------------------------------------------------------------------- /Slides/Module 10 - Applied Orchestration Techniques.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 10 - Applied Orchestration Techniques.pptx -------------------------------------------------------------------------------- /Slides/Module 11 - Business Activity Monitoring.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 11 - Business Activity Monitoring.pptx -------------------------------------------------------------------------------- /Slides/Module 12 - Business Rules.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 12 - Business Rules.pptx -------------------------------------------------------------------------------- /Slides/Module 13 - Deploying and Managing Applications.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 13 - Deploying and Managing Applications.pptx -------------------------------------------------------------------------------- /Slides/Module 2 - Schemas.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 2 - Schemas.pptx -------------------------------------------------------------------------------- /Slides/Module 3 - Maps.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 3 - Maps.pptx -------------------------------------------------------------------------------- /Slides/Module 4 - Testing and Deploying Projects.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 4 - Testing and Deploying Projects.pptx -------------------------------------------------------------------------------- /Slides/Module 5 - Pipelines.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 5 - Pipelines.pptx -------------------------------------------------------------------------------- /Slides/Module 6 - Routing.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 6 - Routing.pptx -------------------------------------------------------------------------------- /Slides/Module 7 - Adapters.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 7 - Adapters.pptx -------------------------------------------------------------------------------- /Slides/Module 8 - Web Services and WCF.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 8 - Web Services and WCF.pptx -------------------------------------------------------------------------------- /Slides/Module 9 - Introduction to Orchestrations.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Module 9 - Introduction to Orchestrations.pptx -------------------------------------------------------------------------------- /Slides/Old/Module 1 OLD - Introduction to BizTalk Server.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Old/Module 1 OLD - Introduction to BizTalk Server.pptx -------------------------------------------------------------------------------- /Slides/Old/Module 13 OLD - Deploying and Managing Applications.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Old/Module 13 OLD - Deploying and Managing Applications.pptx -------------------------------------------------------------------------------- /Slides/Old/Module 14 OLD - BizTalk 360.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Old/Module 14 OLD - BizTalk 360.pptx -------------------------------------------------------------------------------- /Slides/Old/Module 7 OLD - Adapters.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wmmihaa/BizTalk-Server---Developing-Integration-Solutions/b69e4be18338dfffb0828a7e3070e614f46d2736/Slides/Old/Module 7 OLD - Adapters.pptx -------------------------------------------------------------------------------- /setup.bat: -------------------------------------------------------------------------------- 1 | 2 | REM Create folders 3 | 4 | MKDIR C:\Labs 5 | MKDIR C:\Manuals 6 | 7 | 8 | xcopy Labs c:\Labs /S /Y 9 | xcopy Manuals c:\Manuals /S /Y --------------------------------------------------------------------------------